Skip to content

Commit

Permalink
Remove classes
Browse files Browse the repository at this point in the history
  • Loading branch information
adriandelgado committed Aug 4, 2024
1 parent e991a20 commit f95d53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/ProjectCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<h2 class="font-fira text-xl font-medium text-white">{name}</h2>
</div>
<Tag {category} />
<p class="my-4 font-content text-[#dee5f2]">{description}</p>
<p class="my-4">{description}</p>
<div class="flex w-full flex-row justify-between">
<div class="flex flex-row items-center justify-center">
<!-- TODO: Implement author's avatars -->
Expand Down

0 comments on commit f95d53d

Please sign in to comment.