Skip to content

Commit

Permalink
remove version notice from home page
Browse files Browse the repository at this point in the history
  • Loading branch information
zaanposni committed Nov 29, 2024
1 parent c70582f commit 558934c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/psaggregator/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@

<MediaQuery query="(min-width: 768px)" let:matches>
<div class="dashboardcontainer p-4 md:p-8">
<MediaQuery query="(min-width: 1280px)" let:matches>
{#if !matches}
<div class="mb-4 flex items-center justify-between">
<span class="text-xl font-bold">Version {version}</span>
<a href="/changelog">Was ist neu?</a>
</div>
{/if}
</MediaQuery>

<div class="flex flex-col-reverse gap-y-4 md:flex-row md:items-start md:gap-x-8 md:gap-y-0">
<div class="shrink-0 grow">
<div class="mb-2 ml-2 flex items-center text-2xl">
Expand Down

0 comments on commit 558934c

Please sign in to comment.