Skip to content

Commit c39f863

Browse files
committed
refactor: remove lowercase class from project card component
1 parent 5324f02 commit c39f863

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/components/ProjectCard.astro

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ const { project } = Astro.props;
1010
const { name, tags, link } = project;
1111
---
1212

13-
<div
14-
class="my-2 flex justify-between lowercase text-gray-600 dark:text-gray-400"
15-
>
13+
<div class="my-2 flex justify-between text-gray-600 dark:text-gray-400">
1614
<a
1715
class="inline-flex items-center hover:underline"
1816
href={link}

0 commit comments

Comments
 (0)