Skip to content

Commit 883c50f

Browse files
committed
feat: add PDF download link and target="_blank" to navigation buttons
1 parent e46286c commit 883c50f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/page.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ export default function IndexPage() {
4949
This is the emergency manual for what comes next.
5050
</p>
5151
<div className="mt-12 grid grid-cols-2 md:grid-cols-4 gap-4 text-sm md:text-base">
52-
<a href="#" className="border-2 border-[#BAE9F4] hover:bg-[#BAE9F4]/50 transition-colors py-3 px-4 rounded-lg flex items-center justify-center gap-2 font-bold"><CloudDownload /> Download PDF</a>
53-
<a href="#" className="border-2 border-[#BAE9F4] hover:bg-[#BAE9F4]/50 transition-colors py-3 px-4 rounded-lg flex items-center justify-center gap-2 font-bold"><Podcast /> Podcast</a>
54-
<a href="#" className="border-2 border-[#BAE9F4] hover:bg-[#BAE9F4]/50 transition-colors py-3 px-4 rounded-lg flex items-center justify-center gap-2 font-bold"><BookOpen /> Kindle</a>
55-
<a href="https://github.com/Intelligent-Internet/Symbioism-Nextra" className="border-2 border-[#BAE9F4] hover:bg-[#BAE9F4]/50 transition-colors py-3 px-4 rounded-lg flex items-center justify-center gap-2 font-bold"><Github /> Github</a>
52+
<a href="https://storage.googleapis.com/webstatics.ii.inc/The%20Last%20Economy%20-%20Final%20PDF.pdf" className="border-2 border-[#BAE9F4] hover:bg-[#BAE9F4]/50 transition-colors py-3 px-4 rounded-lg flex items-center justify-center gap-2 font-bold" target="_blank"><CloudDownload /> Download PDF</a>
53+
<a href="#" className="border-2 border-[#BAE9F4] hover:bg-[#BAE9F4]/50 transition-colors py-3 px-4 rounded-lg flex items-center justify-center gap-2 font-bold" target="_blank"><Podcast /> Podcast</a>
54+
<a href="#" className="border-2 border-[#BAE9F4] hover:bg-[#BAE9F4]/50 transition-colors py-3 px-4 rounded-lg flex items-center justify-center gap-2 font-bold" target="_blank"><BookOpen /> Kindle</a>
55+
<a href="https://github.com/Intelligent-Internet/Symbioism-Nextra" className="border-2 border-[#BAE9F4] hover:bg-[#BAE9F4]/50 transition-colors py-3 px-4 rounded-lg flex items-center justify-center gap-2 font-bold" target="_blank"><Github /> Github</a>
5656
</div>
5757
</div>
5858
</section>

0 commit comments

Comments
 (0)