Skip to content

Commit

Permalink
fix: tags not clickable in news page overview
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Jul 28, 2023
1 parent d630c21 commit 76affb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/news/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@

<div
class="mx-auto my-8 grid w-full grid-cols-2 gap-3 md:gap-8 px-2 md:grid-cols-3 lg:w-[90%] lg:grid-cols-4 xl:w-[70%]"
data-sveltekit-preload-data="tap"
>
{#each articles as article}
<ArticlePreview {article} disableTagLink={true} />
<ArticlePreview {article} disableTagLink={false} />
{/each}
</div>

0 comments on commit 76affb7

Please sign in to comment.