Skip to content

Commit 806a845

Browse files
committed
Prettier
1 parent eb7f4b9 commit 806a845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/data/SoftwarePreview.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const { id, name, icon, description, type, eol } = Astro.props;
2424
<article class="btn btn-outline btn-gray group h-full flex-col items-start justify-start rounded-md p-4 text-left">
2525
<div class="flex flex-row items-center gap-4">
2626
<div class="h-12 w-12 rounded-lg bg-gray-800 p-3">
27-
<Icon name={icon} class:list={["h-full w-full", eol && "group-hover:text-red-400 group-hover:stroke-red-400"]} />
27+
<Icon name={icon} class:list={["h-full w-full", eol && "group-hover:stroke-red-400 group-hover:text-red-400"]} />
2828
</div>
2929
<h3 class:list={["flex flex-1 items-center gap-4 text-lg font-medium", eol && "group-hover:text-red-400"]}>
3030
{name}

0 commit comments

Comments
 (0)