From 86a0f4777479506bc1a59747f40d71edd11f5955 Mon Sep 17 00:00:00 2001 From: Zekerocks11 Date: Thu, 11 Apr 2024 03:25:53 +0200 Subject: [PATCH] added notice and got rid of discord link, added placeholder for matrix commits, not stars Signed off by: Exverge --- src/routes/+layout.svelte | 52 ++++++++++++++++++++++++++++----------- src/routes/+page.svelte | 44 ++++++++++++++++++++------------- 2 files changed, 65 insertions(+), 31 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 5bee5a2..970ce2c 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -23,6 +23,8 @@ interface NavItem { name: string; href: string; + title: string; + target: string; } const token = writable(data.tokenCookie || ""); @@ -135,22 +137,38 @@ { name: "Blog", href: "/coming-soon", + title: "Coming Soon", + target: "_self", }, { name: "Docs", href: "/coming-soon", + title: "Coming Soon", + target: "_self", }, { name: "FAQ", href: "/faq", + title: "Coming Soon", + target: "_self", }, - { - name: "Discord", - href: "https://discord.gg/suyu", - }, + // { + // name: "Compatibility", + // href: "/compatibility", + // title: "Compatibility", + // target: "_self", + // }, + // { + // name: "Matrix", + // href: "", + // title: "Suyu Matrix Server", + // target: "_blank", + // }, { name: "Git", href: "https://git.suyu.dev/suyu/suyu", + title: "Suyu Git Repo", + target: "_blank", }, // { // name: $token || data.tokenCookie ? "Account" : "Sign up", @@ -278,38 +296,42 @@
- Blog - Docs - FAQ + Blog + Docs + FAQ +