Skip to content

Commit

Permalink
fix: tags href in projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
KaioFelps committed Dec 27, 2024
1 parent 239dfe1 commit 4b78e01
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/routes/(public)/projetos/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,7 @@
<footer class="flex items-start justify-between gap-2">
<div class="flex flex-wrap gap-1.5">
{#each project.tags as tag (`${project.id}_tag_${tag.id}`)}
<a
href="/blog?queryBy=tag&query={tag.value}"
class="group chip c-yellow c-clickable"
>
<a href="/projetos?q={tag.value}&qb=tag" class="group chip c-yellow c-clickable">
{tag.value}
</a>
{/each}
Expand Down

0 comments on commit 4b78e01

Please sign in to comment.