mirror of
https://git.suyu.dev/suyu/website.git
synced 2025-12-24 00:04:37 +01:00
Update src/routes/+layout.svelte
This commit is contained in:
parent
cb60f431c6
commit
d1486dbb0a
1 changed files with 7 additions and 7 deletions
|
|
@ -152,12 +152,12 @@
|
|||
title: "Coming Soon",
|
||||
target: "_self",
|
||||
},
|
||||
{
|
||||
name: "Compatibility",
|
||||
href: "/compatibility",
|
||||
title: "Compatibility",
|
||||
target: "_self",
|
||||
},
|
||||
// {
|
||||
// name: "Compatibility",
|
||||
// href: "/compatibility",
|
||||
// title: "Compatibility",
|
||||
// target: "_self",
|
||||
// },
|
||||
// {
|
||||
// name: "Matrix",
|
||||
// href: "",
|
||||
|
|
@ -310,7 +310,7 @@
|
|||
<a href="/coming-soon" class="px-5 py-3 transition hover:text-white" title="Coming Soon">Blog</a>
|
||||
<a href="/coming-soon" class="px-5 py-3 transition hover:text-white" title="Coming Soon">Docs</a>
|
||||
<a href="/faq" class="px-5 py-3 transition hover:text-white" title="Coming Soon">FAQ</a>
|
||||
<a href="/compatibility" class="px-5 py-3 transition hover:text-white" title="Compatibility">Compatibility</a>
|
||||
<!-- <a href="/compatibility" class="px-5 py-3 transition hover:text-white" title="Compatibility">Compatibility</a> -->
|
||||
</div>
|
||||
<div class="flex w-full flex-row items-center justify-end text-[#A6A5A7]">
|
||||
<div class="flex flex-row gap-4 max-[800px]:hidden">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue