From 036f76d8786790656fc4cd31a86cdb9c81b72930 Mon Sep 17 00:00:00 2001 From: Ulysia Date: Mon, 14 Oct 2024 13:37:00 +0200 Subject: [PATCH] added two buttons --- quartz/components/buttons.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/quartz/components/buttons.json b/quartz/components/buttons.json index 11693f6..ef9e415 100644 --- a/quartz/components/buttons.json +++ b/quartz/components/buttons.json @@ -27,5 +27,21 @@ "title": "Sirlan, the adorable eastern derg", "type": "friend", "contentType": "image" + }, + { + "image": "https://assets.derg.cz/buttons/dragons-now.jpg", + "url": "https://assets.derg.cz/buttons/dragons-now.jpg", + "alt": "Button witht the text \"dragons now!\" and a picture of a flying dragon", + "title": "DRAGONS NOW!", + "type": "misc", + "contentType": "image" + }, + { + "image": "https://assets.derg.cz/buttons/paws.gif", + "url": "https://assets.derg.cz/buttons/paws.gif", + "alt": "", + "title": "", + "type": "misc", + "contentType": "image" } ]