We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48d0a60 + 5215573 commit 6e218b3Copy full SHA for 6e218b3
.editorconfig
@@ -0,0 +1,12 @@
1
+root = true
2
+
3
+[*]
4
+end_of_line = lf
5
+insert_final_newline = true
6
+charset = utf-8
7
+indent_style = tab
8
+indent_size = 4
9
+trim_trailing_whitespace = true
10
11
+[*.md]
12
+trim_trailing_whitespace = false
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