Skip to content

Commit

Permalink
fix header layout
Browse files Browse the repository at this point in the history
  • Loading branch information
zaanposni committed Sep 21, 2024
1 parent 5ff5eaa commit eda3667
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/psaggregator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "psaggregator",
"version": "1.11.0",
"version": "1.11.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down
2 changes: 0 additions & 2 deletions src/psaggregator/src/lib/components/BigHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
<a href="/motivation">Motivation</a>
<a href="/settings">Einstellungen</a>
<a href="/changelog">Was ist neu?</a>
{:else}
<a href="/changelog">Was ist neu?</a>
{/if}
</div>
<div class="flex items-center gap-x-4">
Expand Down
2 changes: 1 addition & 1 deletion src/psaggregator/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{#if !matches}
<div class="flex items-center justify-between">
<span class="text-xl font-bold">Version {version}</span>
<button class="btn variant-filled" on:click={openChangelog}>Was ist neu?</button>
<a href="/changelog">Was ist neu?</a>
</div>
{/if}
</MediaQuery>
Expand Down

0 comments on commit eda3667

Please sign in to comment.