Merge pull request #72 from ShawnGeorge03/fix/download-assets

fix: Fixed download links for Branding Assets
This commit is contained in:
mauro 🤙
2024-08-24 15:01:21 +02:00
committed by GitHub

View File

@@ -1,3 +1,4 @@
import { LOGO_COLORS } from "@/lib/logos"; import { LOGO_COLORS } from "@/lib/logos";
export function BrandingAssets() { export function BrandingAssets() {
@@ -19,6 +20,7 @@ export function BrandingAssets() {
<div className="flex items-center my-2"> <div className="flex items-center my-2">
<a <a
href={`/logos/zen-${color}.svg`} href={`/logos/zen-${color}.svg`}
download={`zen-${color}.svg`}
className="text-blue-500 text-md ml-2" className="text-blue-500 text-md ml-2"
> >
{color} {color}
@@ -40,7 +42,7 @@ export function BrandingAssets() {
<div className="flex items-center my-2"> <div className="flex items-center my-2">
<a <a
href={`/logos/zen-alpha-${color}.svg`} href={`/logos/zen-alpha-${color}.svg`}
download={`zen-alpha-${color}.png`} download={`zen-alpha-${color}.svg`}
className="text-blue-500 text-md ml-2" className="text-blue-500 text-md ml-2"
> >
{color} {color}