Add downloadable book PDF

This commit is contained in:
adilallo
2026-05-22 12:33:46 -06:00
parent 99f535f821
commit 23f528caec
5 changed files with 9 additions and 3 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import messages from "../../../messages/en/index";
import { getAssetPath, governanceBookletPath } from "../../../lib/assetUtils";
import { getTranslation } from "../../../lib/i18n/getTranslation";
import AboutHeader from "../../components/type/AboutHeader";
import type { AboutHeaderSegment } from "../../components/type/AboutHeader";
@@ -55,7 +56,7 @@ export default function AboutPage() {
title={page.book.title}
description={page.book.description}
buttonText={page.book.buttonText}
buttonHref={page.book.buttonHref}
buttonHref={getAssetPath(governanceBookletPath())}
imageAlt={page.book.imageAlt}
/>
<FaqAccordion title={page.faq.title} items={faqItems} />