diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-01-05 13:04:16 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-01-05 13:04:16 -0500 |
| commit | 69b03cb901cdca0e484d2ebc588b43237268cbe6 (patch) | |
| tree | 8572ded2a49c6ccf9f960033eac266b8f043a27c /templates | |
| parent | 493efbd2fc576ad7151378cdf1adec2a7b64f753 (diff) | |
directly use custom Discord invite link
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/footer.html b/templates/footer.html index c4fa5a5b..252430f7 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -2,7 +2,7 @@ <a href="/"><img src="[[path|/mask-icon.svg]]" width="512" height="512" alt=""/>GrapheneOS</a> <ul id="social"> <li><a href="https://discuss.grapheneos.org/">Forum</a></li> - <li><a href="https://grapheneos.org/discord">Discord</a></li> + <li><a href="https://discord.com/invite/grapheneos">Discord</a></li> <li><a href="https://t.me/GrapheneOS">Telegram</a></li> <li><a href="https://matrix.to/#/%23community:grapheneos.org">#community:grapheneos.org</a></li> <li><a href="https://grapheneos.org/hiring">Hiring</a></li> |
