Skip to content

Commit

Permalink
add matrix to socials
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Oct 21, 2024
1 parent c27529f commit 8c70321
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { Icon } from 'astro-icon/components';
const socials = [
{ title: 'GitHub', slug: URLS.SOCIAL_GITHUB, icon: "tabler:brand-github"},
{ title: "Matrix", slug: URLS.SOCIAL_MATRIX, icon: "tabler:brand-matrix"},
{ title: 'YouTube', slug: URLS.SOCIAL_YOUTUBE, icon: "tabler:brand-youtube" },
{ title: 'Twitter-X', slug: URLS.SOCIAL_TWITTER, icon: "tabler:brand-x" },
{ title: "Bluesky", slug: URLS.SOCIAL_BLUESKY, icon: "tabler:brand-bluesky" },
Expand Down
1 change: 1 addition & 0 deletions src/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export const MainNav: RecursiveMenu[] = [
<Menu
isOpen={true}
menu={[
{ title: "Matrix", slug: URLS.SOCIAL_MATRIX, icon: "tabler:brand-matrix"},
{ title: 'YouTube', slug: URLS.SOCIAL_YOUTUBE, icon: "tabler:brand-youtube" },
{ title: 'Twitter-X', slug: URLS.SOCIAL_TWITTER, icon: "tabler:brand-x" },
{ title: "Bluesky", slug: URLS.SOCIAL_BLUESKY, icon: "tabler:brand-bluesky" },
Expand Down
1 change: 1 addition & 0 deletions src/statics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export enum URLS {
ARCHIVE = "https://archive.nfdi4plants.org/communities/dataplant",
ARCSEARCH = "https://arcregistry.nfdi4plants.org/isasearch",

SOCIAL_MATRIX = "https://matrix.to/#/#dataplant:matrix.uni-freiburg.de",
SOCIAL_MASTODOON = "[email protected]",
SOCIAL_BLUESKY = "https://bsky.app/profile/nfdi4plants.bsky.social",
SOCIAL_TWITTER = "https://twitter.com/nfdi4plants",
Expand Down

0 comments on commit 8c70321

Please sign in to comment.