Skip to content

Commit

Permalink
Adjust footer links + change GitHub link. Resolves #20 and #19
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalyst committed Mar 18, 2024
1 parent 97abeac commit adfb25f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docusaurus.config.js
Expand Up @@ -240,7 +240,7 @@ const config = {
],
},
{
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/theQRL/',
label: 'GitHub',
position: 'right',
},
Expand Down Expand Up @@ -276,16 +276,16 @@ const config = {
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
label: 'Discord',
href: 'https://www.theqrl.org/discord',
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
label: 'Telegram',
href: 'https://www.theqrl.org/telegram',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
href: 'https://twitter.com/QRLedger',
},
],
},
Expand All @@ -294,7 +294,7 @@ const config = {
items: [
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/theQRL/',
},
],
},
Expand Down

0 comments on commit adfb25f

Please sign in to comment.