Skip to content

Commit

Permalink
fix: removed category testing
Browse files Browse the repository at this point in the history
  • Loading branch information
GioPan04 committed Mar 21, 2024
1 parent 8abe841 commit dd2f0c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/blog/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ posts.forEach((p) => {
<h3 class="font-pixel text-xl mb-3">Categories</h3>
<div class="flex -ml-1 overflow-x-auto">
{ Object.entries(tags).map((t, _) => <CategoryChip>{t[0]}</CategoryChip>) }
{ Object.entries(tags).map((t, _) => <CategoryChip>{t[0]}</CategoryChip>) }
{ Object.entries(tags).map((t, _) => <CategoryChip>{t[0]}</CategoryChip>) }
{ Object.entries(tags).map((t, _) => <CategoryChip>{t[0]}</CategoryChip>) }
{ Object.entries(tags).map((t, _) => <CategoryChip>{t[0]}</CategoryChip>) }
</div>
</div>
<div class="mt-10 lg:grid grid-cols-3">
Expand Down

0 comments on commit dd2f0c9

Please sign in to comment.