Skip to content

Commit d107863

Browse files
authored
feat: add github link to header and footer (#234) (#238)
1 parent 15bace5 commit d107863

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

app/components/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export { Alert } from "@databiosphere/findable-ui/lib/components/common/Alert/alert";
22
export { Breadcrumbs } from "@databiosphere/findable-ui/lib/components/common/Breadcrumbs/breadcrumbs";
33
export { DiscourseIcon } from "@databiosphere/findable-ui/lib/components/common/CustomIcon/components/DiscourseIcon/discourseIcon";
4+
export { GitHubIcon } from "@databiosphere/findable-ui/lib/components/common/CustomIcon/components/GitHubIcon/gitHubIcon";
45
export { Grid } from "@databiosphere/findable-ui/lib/components/common/Grid/grid";
56
export { KeyElType } from "@databiosphere/findable-ui/lib/components/common/KeyValuePairs/components/KeyElType/keyElType";
67
export { KeyValueElType } from "@databiosphere/findable-ui/lib/components/common/KeyValuePairs/components/KeyValueElType/keyValueElType";

site-config/brc-analytics/local/socialMedia.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ export const SOCIALS = {
66
label: "Discourse",
77
url: "https://help.brc-analytics.org/",
88
},
9+
GITHUB: {
10+
label: "GitHub",
11+
url: "https://github.com/galaxyproject/brc-analytics",
12+
},
913
};
1014

1115
export const socialMedia: SocialMedia = {
@@ -14,5 +18,9 @@ export const socialMedia: SocialMedia = {
1418
...SOCIALS.DISCOURSE,
1519
Icon: C.DiscourseIcon,
1620
},
21+
{
22+
...SOCIALS.GITHUB,
23+
Icon: C.GitHubIcon,
24+
},
1725
],
1826
};

0 commit comments

Comments
 (0)