Update navbar

This commit is contained in:
Masterain
2023-06-13 01:50:58 -07:00
parent 0365b88a5a
commit 51745ab3f2
2 changed files with 10 additions and 0 deletions

View File

@@ -13,4 +13,9 @@ export const enNavbar = navbar([
icon: "community", icon: "community",
link: "/en/community", link: "/en/community",
}, },
{
text: "Service Availability",
icon: "define",
link: "https://status.hut.ao/"
}
]); ]);

View File

@@ -13,4 +13,9 @@ export const zhNavbar = navbar([
icon: "community", icon: "community",
link: "/zh/community", link: "/zh/community",
}, },
{
text: "服务可用性",
icon: "define",
link: "https://status.hut.ao/"
}
]); ]);