Skip to content

Commit

Permalink
Fix SVG in chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmabry committed Jan 14, 2024
1 parent eacec66 commit c7eee01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ import "animate.css";
>
<animate
attributeName="offset"
values="0;100%"
values="0;1"
dur="2s"
repeatCount="0"
fill="freeze"></animate>
Expand Down

0 comments on commit c7eee01

Please sign in to comment.