Skip to content

Commit d93d7b4

Browse files
authored
fix broken cta url (#1077)
<!-- readthedocs-preview ep-website start --> 🖼️ Preview available 🖼️ : https://ep-website--1077.org.readthedocs.build/ <!-- readthedocs-preview ep-website end -->
1 parent 5131230 commit d93d7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/card/card.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const { title, subtitle, url, image } = Astro.props;
3232
</a>
3333
<slot />
3434
</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}">
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}>
3636
{subtitle}
3737
<span class="inline-block ml-1 font-system text-lg leading-4">
3838

0 commit comments

Comments
 (0)