rename WoF to HoF

This commit is contained in:
VDawg 2023-11-18 09:38:01 +01:00
parent 8cffcad8cb
commit af5399d958
8 changed files with 10 additions and 10 deletions

View File

@ -51,7 +51,7 @@
>Get started</a
>
</li>
<li><a href="/wall_of_fame">Hall of fame</a></li>
<li><a href="/hall_of_fame">Hall of fame</a></li>
</ul>
</div>

View File

@ -1,7 +1,7 @@
<script>
import Community from './CommunitySlice.svelte'
import FeaturesSlice from './FeaturesSlice.svelte'
import WallOfFameSlice from './WallOfFameSlice.svelte'
import HallOfFameSlice from './HallOfFameSlice.svelte'
import Hero from './Hero.svelte'
import InstallSlice from './InstallSlice.svelte'
import PreviewRiceSlice from './PreviewRiceSlice.svelte'
@ -19,7 +19,7 @@
<PluginsSlice />
<WallOfFameSlice />
<HallOfFameSlice />
<Community />

View File

@ -9,7 +9,7 @@
<div class="z-20 -mb-40 px-4">
<Title>
<span slot="pre"> Memorials of the ricing legends </span>
<span slot="title">Wall of Fame</span>
<span slot="title">Hall of Fame</span>
</Title>
</div>
@ -19,8 +19,8 @@
class="relative -mt-8 flex w-full max-w-[1100px] flex-col items-center justify-end gap-16 overflow-hidden [perspective:100px] md:px-16 lg:gap-24"
use:animateIn={{ slide: 24, fade: 0.5, duration: 800 }}
>
<a class="absolute bottom-24 left-1/2 z-20 -translate-x-1/2" href="/wall_of_fame">
<Button size="lg" type="fancyOutline">Go to Wall of Fame</Button>
<a class="absolute bottom-24 left-1/2 z-20 -translate-x-1/2" href="/hall_of_fame">
<Button size="lg" type="fancyOutline">Go to Hall of Fame</Button>
</a>
<FameRicePreview

View File

@ -53,7 +53,7 @@
<a href="https://wiki.hyprland.org">Wiki</a>
</li>
<li aria-current={$page.url.pathname === '/about' ? 'page' : undefined}>
<a href="/wall_of_fame">Wall of fame</a>
<a href="/hall_of_fame">Hall of fame</a>
</li>
</ul>
<ul

View File

View File

@ -34,7 +34,7 @@
</div>
<div class="gradient_" />
<Title>
<span slot="title" class="title">Wall of fame</span>
<span slot="title" class="title">Hall of fame</span>
<div slot="subtitle" class="max-w-[40ch]">
The chronicles of the triumphant from bygone rice contests held within our Discord
</div>
@ -153,9 +153,9 @@
</section>
<svelte:head>
<title>Wall of Fame</title>
<title>Hall of Fame</title>
<meta name="description" content="The winners from Hyprlands rice contests" />
<meta property="og:title" content="Hyprland's Wall of Fame" />
<meta property="og:title" content="Hyprland's Hall of Fame" />
<meta
property="og:description"
content="The chronicles of the triumphant from bygone rice contests held within our Discord"