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 5131230 commit eaa2722Copy full SHA for eaa2722
src/components/card/card.astro
@@ -32,7 +32,7 @@ const { title, subtitle, url, image } = Astro.props;
32
</a>
33
<slot />
34
</div>
35
- <a class="text-xs px-2 py-1 mt-4 bg-[#141F36] text-white rounded-[10px] inline-block w-fit mx-auto leading-4 hover:bg-button-hover not-prose mt-auto" href="{url}">
+ <a class="text-xs px-2 py-1 mt-4 bg-[#141F36] text-white rounded-[10px] inline-block w-fit mx-auto leading-4 hover:bg-button-hover not-prose mt-auto" href={url}>
36
{subtitle}
37
<span class="inline-block ml-1 font-system text-lg leading-4">
38
↗
0 commit comments