Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/brand-resources/akash-brand-book.pdf
Binary file not shown.
Binary file not shown.
3 changes: 2 additions & 1 deletion src/components/brand-pages/resources-card.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const { title, description, buttons, image, type } = Astro.props;
src={image}
alt={`banner image for the post`}
width={1200}
height={1200}
format="webp"
class="aspect-video rounded-lg object-cover"
loading="lazy"
Expand Down Expand Up @@ -41,7 +42,7 @@ const { title, description, buttons, image, type } = Astro.props;
variant="secondary"
size="xl"
link={button.link}
download={`${title?.toLowerCase()?.replace(/\s+/g, "-")}.zip`}
download={button.link?.split("/").pop() ?? `${title?.toLowerCase()?.replace(/\s+/g, "-")}`}
>
{button.label}
<svg
Expand Down
2 changes: 1 addition & 1 deletion src/content/Brand_Resources_Homepage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cards:
image: "./guidelines.png"
button:
- label: Download Akash Brand Guidelines
link: "/brand-resources/akash-brand-identity-manual.zip"
link: "/brand-resources/akash-brand-book.pdf"
enable: true
icon: "download"
- title: Akash Network logos
Expand Down
Loading