Skip to content

Commit

Permalink
try to fix warning icon
Browse files Browse the repository at this point in the history
  • Loading branch information
woodiertexas committed Dec 11, 2023
1 parent b54cdea commit 719166c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Home.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import SponsorRow from "@parts/sponsors/SponsorRow.astro";
</div>

<div class="column is-4">
<HomeMessage style="warning" iconType="danger" icon="warning" tKey="wip">
<HomeMessage style="warning" iconType="warning" icon="warning" tKey="wip">
<slot name="wip" />
</HomeMessage>
</div>
Expand Down

0 comments on commit 719166c

Please sign in to comment.