Fixing naming

This commit is contained in:
ngn
2024-01-17 20:15:46 +03:00
parent d3e04cd8c1
commit a1bb88fffd
5 changed files with 11 additions and 12 deletions

View File

@ -1,12 +1,11 @@
<div class="bar">
<div class="logo-div">
<h1 class="logo">MatterLinux</h1>
<h1 class="logo-text">Tracker</h1>
</div>
<div class="links">
<a href="/">Home</a>
<a href="/news">News</a>
<a href="/wiki">Wiki</a>
<a href="https://matterlinux.xyz">Home</a>
<a href="https://matterlinux.xyz/news">News</a>
<a href="https://matterlinux.xyz/wiki">Wiki</a>
<a href="https://git.matterlinux.xyz/Matter">Source</a>
<a href="https://tracker.matterlinux.xyz">Packages</a>
</div>