From 3dd844daf43e13aa1c97e62544bc1fc94952cec1 Mon Sep 17 00:00:00 2001 From: Ulysia Date: Mon, 14 Oct 2024 09:45:47 +0200 Subject: [PATCH] replaced " with \" --- quartz/components/buttons.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quartz/components/buttons.json b/quartz/components/buttons.json index 7ea3ebb..b5c4baf 100644 --- a/quartz/components/buttons.json +++ b/quartz/components/buttons.json @@ -2,7 +2,7 @@ { "image": "https://assets.derg.cz/buttons/theysosmall_by_liah.png", "url": "https://smolderg.xyz", - "alt": ""They so small!" in large letters accompanied by an arrow pointing at a tiny dragon in the corner of the image, surrounded by the smaller bits of text "Wow!" "Look!" and "Pet them!"", - "title": ""They so small!" in large letters accompanied by an arrow pointing at a tiny dragon in the corner of the image, surrounded by the smaller bits of text "Wow!" "Look!" and "Pet them!"" + "alt": "\"They so small!\" in large letters accompanied by an arrow pointing at a tiny dragon in the corner of the image, surrounded by the smaller bits of text \"Wow!\" \"Look!\" and \"Pet them!\"", + "title": "\"They so small!\" in large letters accompanied by an arrow pointing at a tiny dragon in the corner of the image, surrounded by the smaller bits of text \"Wow!\" \"Look!\" and \"Pet them!\"" } ]