Skip to content

Commit

Permalink
fix: Remove leftover guard
Browse files Browse the repository at this point in the history
  • Loading branch information
kiosion committed May 9, 2024
1 parent 7d385f0 commit 9839501
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions svelte-app/src/routes/[[lang=lang]]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,13 @@
text={$t('All posts')}
preload
/>
{#if ENV !== 'production'}
<ArrowButton
href={$linkTo('/thoughts/+')}
dir="right"
placement="after"
text={$t('Topics')}
preload
/>
{/if}
<ArrowButton
href={$linkTo('/thoughts/+')}
dir="right"
placement="after"
text={$t('Topics')}
preload
/>
</div>
{:else}
<div class="mx-8 mb-6 flex flex-col gap-y-5">
Expand Down

0 comments on commit 9839501

Please sign in to comment.