We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d0a60 commit 8245319Copy full SHA for 8245319
src/components/Header.astro
@@ -24,7 +24,7 @@ const translation = useTranslations(lang);
24
<li><a href="https://aux.computer/contribute">Contribute</a></li>
25
-->
26
<li><a href="https://forum.aux.computer">{translation("header.community")}</a></li>
27
- <li><a href="https://github.com/auxolotl">Github</a></li>
+ <li><a href="https://github.com/auxolotl">GitHub</a></li>
28
</ul>
29
</nav>
30
</div>
0 commit comments