File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ const translation = useTranslations(lang);
11
11
12
12
<header >
13
13
<div class =" left" >
14
- <a href =" https://aux.computer " class =" brand" >
15
- <Image class =" icon" src ={ aux } alt =" aux.computer logo" />
16
- <span class =" title" >aux.computer </span >
14
+ <a href =" https://auxolotl.org " class =" brand" >
15
+ <Image class =" icon" src ={ aux } alt =" auxolotl.org logo" />
16
+ <span class =" title" >auxolotl.org </span >
17
17
</a >
18
18
</div >
19
19
<div class =" right" >
20
20
<nav >
21
21
<ul >
22
22
<!--
23
- <li><a href="https://aux.computer /documentation">Documentation</a></li>
24
- <li><a href="https://aux.computer /contribute">Contribute</a></li>
23
+ <li><a href="https://auxolotl.org /documentation">Documentation</a></li>
24
+ <li><a href="https://auxolotl.org /contribute">Contribute</a></li>
25
25
-->
26
- <li ><a href =" https://forum.aux.computer " >{ translation (" header.community" )} </a ></li >
26
+ <li ><a href =" https://forum.auxolotl.org " >{ translation (" header.community" )} </a ></li >
27
27
<li ><a href =" https://github.com/auxolotl" >GitHub</a ></li >
28
28
</ul >
29
29
</nav >
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ const translation = useTranslations(lang);
10
10
<div class =" hero" >
11
11
<div class =" content" >
12
12
<div class =" icon" >
13
- <Image src ={ aux } alt =" aux.computer logo" />
13
+ <Image src ={ aux } alt =" auxolotl.org logo" />
14
14
</div >
15
- <h1 class =" title" >aux.computer </h1 >
15
+ <h1 class =" title" >auxolotl.org </h1 >
16
16
<div class =" description" >{ translation (" root.description" )} </div >
17
17
</div >
18
18
</div >
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ import Layout from "../../layouts/Layout.astro";
3
3
import Home from " ../../components/home/Home.astro" ;
4
4
---
5
5
6
- <Layout title =" aux.computer " >
6
+ <Layout title =" auxolotl.org " >
7
7
<Home />
8
8
</Layout >
You can’t perform that action at this time.
0 commit comments