forked from auxolotl/website
Replace all aux.computer's with auxolotl.org
This commit is contained in:
parent
706f837437
commit
1d0774e4e2
|
@ -11,19 +11,19 @@ const translation = useTranslations(lang);
|
|||
|
||||
<header>
|
||||
<div class="left">
|
||||
<a href="https://aux.computer" class="brand">
|
||||
<Image class="icon" src={aux} alt="aux.computer logo" />
|
||||
<span class="title">aux.computer</span>
|
||||
<a href="https://auxolotl.org" class="brand">
|
||||
<Image class="icon" src={aux} alt="auxolotl.org logo" />
|
||||
<span class="title">auxolotl.org</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="right">
|
||||
<nav>
|
||||
<ul>
|
||||
<!--
|
||||
<li><a href="https://aux.computer/documentation">Documentation</a></li>
|
||||
<li><a href="https://aux.computer/contribute">Contribute</a></li>
|
||||
<li><a href="https://auxolotl.org/documentation">Documentation</a></li>
|
||||
<li><a href="https://auxolotl.org/contribute">Contribute</a></li>
|
||||
-->
|
||||
<li><a href="https://forum.aux.computer">{translation("header.community")}</a></li>
|
||||
<li><a href="https://forum.auxolotl.org">{translation("header.community")}</a></li>
|
||||
<li><a href="https://github.com/auxolotl">GitHub</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
|
|
@ -10,9 +10,9 @@ const translation = useTranslations(lang);
|
|||
<div class="hero">
|
||||
<div class="content">
|
||||
<div class="icon">
|
||||
<Image src={aux} alt="aux.computer logo" />
|
||||
<Image src={aux} alt="auxolotl.org logo" />
|
||||
</div>
|
||||
<h1 class="title">aux.computer</h1>
|
||||
<h1 class="title">auxolotl.org</h1>
|
||||
<div class="description">{translation("root.description")}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,6 +3,6 @@ import Layout from "../../layouts/Layout.astro";
|
|||
import Home from "../../components/home/Home.astro";
|
||||
---
|
||||
|
||||
<Layout title="aux.computer">
|
||||
<Layout title="auxolotl.org">
|
||||
<Home />
|
||||
</Layout>
|
||||
|
|
Loading…
Reference in a new issue