We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0a058 commit 7b4d6a5Copy full SHA for 7b4d6a5
2 files changed
src/components/PageHeader/HomePage.astro
@@ -25,11 +25,11 @@ const { config } = Astro.props;
25
<p
26
class={`hero-caption text-body-caption pb-sm mt-0 ${i > 0 ? "hidden" : ""}`}
27
>
28
- {im.linkTarget ? (
29
- <a href={im.linkTarget}>{im.caption}</a>
30
- ) : (
31
- im.caption
32
- )}
+ {im.linkTarget ? (
+ <a href={im.linkTarget}>{im.caption}</a>
+ ) : (
+ im.caption
+ )}
33
</p>
34
))
35
}
src/content/homepage/images/grid.png
-8.45 MB
0 commit comments