Skip to content

Commit

Permalink
remove ww notice
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed May 22, 2024
1 parent 74b6186 commit 5eea60c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/routes/[game]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ const { subFolders, game, lastUploaded } = data
</div>
<div class="relative z-10 px-2 md:px-12 lg:px-24">
<div id="games">
{#if game == 'wuthering-waves'}
<div
class="rounded-md bg-red-500 p-2 text-center text-lg font-semibold text-white">
In preparation for release, Wuthering Waves assets will
be updated in full by the end of this week (as of
22/05/2024)
</div>
{/if}
<div class="grid grid-cols-1 gap-4 pt-8 md:grid-cols-2">
{#each subFolders.sort((a, b) => {
return new Date(b.lastUploaded) - new Date(a.lastUploaded)
Expand Down

0 comments on commit 5eea60c

Please sign in to comment.