Christmas cookie ranking site
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix link text being wrong year

+2 -2
+1 -1
src/routes/[year]/[cookieId]/+page.svelte
··· 28 28 29 29 <div class="page"> 30 30 <nav> 31 - <Link href="/{year}"><Icon>west</Icon> Tasting Menu 2024</Link> 31 + <Link href="/{year}"><Icon>west</Icon> Tasting Menu {year}</Link> 32 32 </nav> 33 33 34 34 <InfoSection {cookie} />
+1 -1
src/routes/[year]/rankings/+page.svelte
··· 25 25 26 26 <div class="page"> 27 27 <nav> 28 - <Link href="/{year}"><Icon>west</Icon> Tasting Menu 2024</Link> 28 + <Link href="/{year}"><Icon>west</Icon> Tasting Menu {year}</Link> 29 29 </nav> 30 30 31 31 <header>