Skip to content

Commit

Permalink
update image to download
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielaDelPilarR committed Aug 1, 2024
1 parent efdc519 commit 2442dd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/nextjs/app/brandkit/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ function Page() {
<span className="text-3xl font-medium">Scaffold-Stark</span>
</div>
<div className="border border-t-[#7646C8] flex justify-center items-center py-6">
<a href="/icon.svg" download="icon.svg" className={`text-gradient text-xl ${SpaceGrotesk.className}`}>
<a
href="/logo-name.png"
download="logo-name.png"
className={`text-gradient text-xl ${SpaceGrotesk.className}`}
>
Download
</a>
</div>
Expand Down
Binary file added packages/nextjs/public/logo-name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2442dd6

Please sign in to comment.