Skip to content

Commit

Permalink
refactor: remove lowercase class from project card component
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-codes committed Nov 2, 2024
1 parent 5324f02 commit c39f863
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/ProjectCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ const { project } = Astro.props;
const { name, tags, link } = project;
---

<div
class="my-2 flex justify-between lowercase text-gray-600 dark:text-gray-400"
>
<div class="my-2 flex justify-between text-gray-600 dark:text-gray-400">
<a
class="inline-flex items-center hover:underline"
href={link}
Expand Down

0 comments on commit c39f863

Please sign in to comment.