Skip to content

Commit

Permalink
Consistency and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ksen0 committed Jan 15, 2025
1 parent 8c0a058 commit 7b4d6a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/PageHeader/HomePage.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ const { config } = Astro.props;
<p
class={`hero-caption text-body-caption pb-sm mt-0 ${i > 0 ? "hidden" : ""}`}
>
{im.linkTarget ? (
<a href={im.linkTarget}>{im.caption}</a>
) : (
im.caption
)}
{im.linkTarget ? (
<a href={im.linkTarget}>{im.caption}</a>
) : (
im.caption
)}
</p>
))
}
Expand Down
Binary file removed src/content/homepage/images/grid.png
Binary file not shown.

0 comments on commit 7b4d6a5

Please sign in to comment.