Skip to content

Commit

Permalink
fix download ref
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefdl committed Oct 16, 2024
1 parent 6d204bd commit c7799ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/download.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import EnvelopeIcon from "../icons/envelope-circle-check.svg?raw";
import DownloadIcon from "../icons/download.svg?raw";
---

<section class="download page-max-width">
<section id="download" class="download page-max-width">
<div class="inner">
<div class="title">
<Fragment set:html={DownloadIcon} />
Expand Down

0 comments on commit c7799ab

Please sign in to comment.