Skip to content

Commit 25aeb78

Browse files
committed
wip
1 parent 856f1aa commit 25aeb78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/src/pages/cchf/index.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ internalViews.push(
4545
<div class="flex flex-wrap">
4646
{internalViews.map((view) => {
4747
return (
48-
<div class={`card w-96 shadow-sm ${backgroundColor}`}>
48+
<div class={`card w-96 shadow ${backgroundColor}`}>
4949
<div class="card-body">
5050
<h2 class="card-title">{view.label}</h2>
5151
<p>A card component has a figure, a body part, and inside body there are title and actions parts</p>
52+
<a class="link link-primary" href={view.href}>Go to {view.label}</a>
5253
</div>
5354
</div>
5455
)

0 commit comments

Comments
 (0)