From b2f9633f19a10d38002bc5991ba1cf2661ff357c Mon Sep 17 00:00:00 2001 From: Ulysia Date: Tue, 15 Oct 2024 10:58:03 +0200 Subject: [PATCH] added piracy button --- quartz/components/buttons.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/quartz/components/buttons.json b/quartz/components/buttons.json index a7eb155..4d48252 100644 --- a/quartz/components/buttons.json +++ b/quartz/components/buttons.json @@ -115,5 +115,13 @@ "title": "Link Exchange, run by people!", "type": "misc", "contentType": "image" + }, + { + "image": "https://assets.derg.cz/buttons/button-piracy.gif", + "url": "https://assets.derg.cz/buttons/button-piracy.gif", + "alt": "Piracy Now!", + "title": "Piracy Now!", + "type": "misc", + "contentType": "image" } ]