mirror of
https://github.com/wahyd4/upptime.git
synced 2026-08-09 05:06:31 +10:00
♻️ Remove About link from Nav.svelte
This commit is contained in:
@@ -19,6 +19,5 @@ overallUptime: Overall uptime $UPTIME%
|
||||
averageResponseTime: Average response time $TIMEms
|
||||
loading: Loading
|
||||
navStatus: Status
|
||||
navAbout: About
|
||||
navGitHub: GitHub
|
||||
footer: This page is [open source]($REPO), powered by [Upptime](https://upptime.js.org)
|
||||
|
||||
@@ -67,13 +67,6 @@
|
||||
{config.i18n.navStatus}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
aria-current={segment === 'about' ? 'page' : undefined}
|
||||
href="/about">
|
||||
{config.i18n.navAbout}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href={`https://github.com/${config.owner}/${config.repo}`}>
|
||||
{config.i18n.navGitHub}
|
||||
|
||||
Reference in New Issue
Block a user