Skip to content

Commit

Permalink
fix: better text for download button
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Dec 12, 2023
1 parent ba10a93 commit 22e7723
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/search-wizard/DownloadProgress.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export default function DownloadProgress({ layers, url, error }) {
download="data.gdb.zip"
className="mt-4 flex items-center justify-center rounded-md border-2 border-success-500 p-1 font-bold text-success-500"
>
<Icon className="mr-2" name="arrowDown" label="download" /> download
<Icon className="mr-2" name="arrowDown" label="download" /> Download
.zip File
</a>
) : error ? (
<p className="mt-4 flex align-middle text-error-500">
Expand Down

0 comments on commit 22e7723

Please sign in to comment.