We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7f4b9 commit 806a845Copy full SHA for 806a845
1 file changed
src/components/data/SoftwarePreview.astro
@@ -24,7 +24,7 @@ const { id, name, icon, description, type, eol } = Astro.props;
24
<article class="btn btn-outline btn-gray group h-full flex-col items-start justify-start rounded-md p-4 text-left">
25
<div class="flex flex-row items-center gap-4">
26
<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"]} />
+ <Icon name={icon} class:list={["h-full w-full", eol && "group-hover:stroke-red-400 group-hover:text-red-400"]} />
28
</div>
29
<h3 class:list={["flex flex-1 items-center gap-4 text-lg font-medium", eol && "group-hover:text-red-400"]}>
30
{name}
0 commit comments