mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2026-02-12 15:52:47 +00:00
book update
This commit is contained in:
@@ -217,7 +217,7 @@ export default async function BookHomePage() {
|
|||||||
</Link>
|
</Link>
|
||||||
</Button>
|
</Button>
|
||||||
<Button asChild variant="outline" size="lg">
|
<Button asChild variant="outline" size="lg">
|
||||||
<a href={`/book-pdf/book-${locale}-print.pdf`} download>
|
<a href={`https://raw.githubusercontent.com/f/prompts.chat/refs/heads/main/public/book-pdf/book-${locale}-print.pdf`} download>
|
||||||
<Download className="mr-2 h-4 w-4" />
|
<Download className="mr-2 h-4 w-4" />
|
||||||
{t("downloadPdf")}
|
{t("downloadPdf")}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -269,7 +269,7 @@ export function BookSidebar() {
|
|||||||
|
|
||||||
{/* Download PDF button */}
|
{/* Download PDF button */}
|
||||||
<a
|
<a
|
||||||
href={`/book-pdf/book-${locale}-print.pdf`}
|
href={`https://raw.githubusercontent.com/f/prompts.chat/refs/heads/main/public/book-pdf/book-${locale}-print.pdf`}
|
||||||
download
|
download
|
||||||
className="flex items-center justify-center gap-1.5 w-full mb-3 px-3 py-1.5 text-xs rounded-md border border-muted-foreground/20 bg-muted/50 text-muted-foreground hover:bg-muted hover:text-foreground transition-colors"
|
className="flex items-center justify-center gap-1.5 w-full mb-3 px-3 py-1.5 text-xs rounded-md border border-muted-foreground/20 bg-muted/50 text-muted-foreground hover:bg-muted hover:text-foreground transition-colors"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user