Skip to content

Commit 7b4d6a5

Browse files
committed
Consistency and cleanup
1 parent 8c0a058 commit 7b4d6a5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/components/PageHeader/HomePage.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ const { config } = Astro.props;
2525
<p
2626
class={`hero-caption text-body-caption pb-sm mt-0 ${i > 0 ? "hidden" : ""}`}
2727
>
28-
{im.linkTarget ? (
29-
<a href={im.linkTarget}>{im.caption}</a>
30-
) : (
31-
im.caption
32-
)}
28+
{im.linkTarget ? (
29+
<a href={im.linkTarget}>{im.caption}</a>
30+
) : (
31+
im.caption
32+
)}
3333
</p>
3434
))
3535
}

src/content/homepage/images/grid.png

-8.45 MB
Binary file not shown.

0 commit comments

Comments
 (0)