File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
site-config/brc-analytics/local Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
export { Alert } from "@databiosphere/findable-ui/lib/components/common/Alert/alert" ;
2
2
export { Breadcrumbs } from "@databiosphere/findable-ui/lib/components/common/Breadcrumbs/breadcrumbs" ;
3
3
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" ;
4
5
export { Grid } from "@databiosphere/findable-ui/lib/components/common/Grid/grid" ;
5
6
export { KeyElType } from "@databiosphere/findable-ui/lib/components/common/KeyValuePairs/components/KeyElType/keyElType" ;
6
7
export { KeyValueElType } from "@databiosphere/findable-ui/lib/components/common/KeyValuePairs/components/KeyValueElType/keyValueElType" ;
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ export const SOCIALS = {
6
6
label : "Discourse" ,
7
7
url : "https://help.brc-analytics.org/" ,
8
8
} ,
9
+ GITHUB : {
10
+ label : "GitHub" ,
11
+ url : "https://github.com/galaxyproject/brc-analytics" ,
12
+ } ,
9
13
} ;
10
14
11
15
export const socialMedia : SocialMedia = {
@@ -14,5 +18,9 @@ export const socialMedia: SocialMedia = {
14
18
...SOCIALS . DISCOURSE ,
15
19
Icon : C . DiscourseIcon ,
16
20
} ,
21
+ {
22
+ ...SOCIALS . GITHUB ,
23
+ Icon : C . GitHubIcon ,
24
+ } ,
17
25
] ,
18
26
} ;
You can’t perform that action at this time.
0 commit comments