Skip to content

Commit

Permalink
Add GitHub link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Senexis committed Nov 9, 2023
1 parent f1442f3 commit d08c67c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@ const config: Config = {
title: 'Visit @rdo_gg on X',
'aria-label': 'Visit @rdo_gg on X',
},
{
href: 'https://github.com/Senexis/RDO-GG/',
target: '_blank',
position: 'right',
className: 'fa-brands fa-github',
title: 'Contribute to the site on GitHub',
'aria-label': 'Contribute to the site on GitHub',
},
],
},
footer: {
Expand Down
4 changes: 4 additions & 0 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ a.navbar__link.fa-brands {
.menu__list-item .fa-x-twitter::after {
content: 'X';
}

.menu__list-item .fa-github::after {
content: 'GitHub';
}
}

.home-link-block, .home-link-block img, .parallax-img img {
Expand Down

0 comments on commit d08c67c

Please sign in to comment.