File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ export default function IndexPage() {
49
49
This is the emergency manual for what comes next.
50
50
</ p >
51
51
< 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 >
56
56
</ div >
57
57
</ div >
58
58
</ section >
You can’t perform that action at this time.
0 commit comments