mirror of
https://git.suyu.dev/suyu/website.git
synced 2025-12-22 05:36:13 +01:00
Update +layout.svelte
Changed the FAQ titles from "Coming Soon" to "Frequently Asked Questions"
This commit is contained in:
parent
f27bd3a345
commit
55b3dfd8da
1 changed files with 2 additions and 2 deletions
|
|
@ -149,7 +149,7 @@
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ",
|
||||||
href: "/faq",
|
href: "/faq",
|
||||||
title: "Coming Soon",
|
title: "Frequently Asked Questions",
|
||||||
target: "_self",
|
target: "_self",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -309,7 +309,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">Blog</a>
|
||||||
<a href="/coming-soon" class="px-5 py-3 transition hover:text-white" title="Coming Soon">Docs</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="/faq" class="px-5 py-3 transition hover:text-white" title="Frequently Asked Questions">FAQ</a>
|
||||||
<a href="https://docs.google.com/spreadsheets/u/0/d/1LrLak1DP4UP3bNZKOCAzwNEp5JMkVozYuMnUBDF8gQM/htmlview#" class="px-5 py-3 transition hover:text-white" title="Compatibility" target="_blank">Compatibility</a>
|
<a href="https://docs.google.com/spreadsheets/u/0/d/1LrLak1DP4UP3bNZKOCAzwNEp5JMkVozYuMnUBDF8gQM/htmlview#" class="px-5 py-3 transition hover:text-white" title="Compatibility" target="_blank">Compatibility</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex w-full flex-row items-center justify-end text-[#A6A5A7]">
|
<div class="flex w-full flex-row items-center justify-end text-[#A6A5A7]">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue