Skip to content

Commit

Permalink
removed text as information is available in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialFreak committed Nov 4, 2023
1 parent 7ea377f commit 6b26b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,10 @@
{:else if $logged_in}
{#if $current_page.substring(0, 4) === "plan" || $current_page === "weekplan"}
<h1 class="responsive-heading">{emoji} {greeting}</h1>
{#if $selected_favourite !== -1 && $favourites[$selected_favourite]}
<!-- {#if $selected_favourite !== -1 && $favourites[$selected_favourite]}
Gewählter Favorit: {$favourites[$selected_favourite].name}
<br>
{/if}
{/if} -->
<div class="controls-wrapper">
<!-- Datepicker -->
<div class="control" id="c1">
Expand Down

0 comments on commit 6b26b50

Please sign in to comment.