Skip to content

Commit

Permalink
add logos zip
Browse files Browse the repository at this point in the history
  • Loading branch information
apisit committed Jul 22, 2024
1 parent 2d838d1 commit c141e0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/assets/brand/logos.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/app/brand/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function BrandPage(props) {
<p className="text-lg font-medium opacity-70">Get the complete set of our logo assets in various formats and sizes. This ZIP file includes high-resolution versions suitable for web, print, and other media, ensuring you have the right logo for any application.</p>
</div>
<div className="lg:ml-auto">
<button className="bg-black text-white font-semibold rounded-full px-5 py-2 w-full flex items-center justify-center">Download</button>
<a href="/assets/brand/logos.zip" target="_blank" className="bg-black text-white font-semibold rounded-full px-5 py-2 w-full flex items-center justify-center">Download</a>
</div>
</div>

Expand Down

0 comments on commit c141e0b

Please sign in to comment.