From d491af9c1c9a7171de09ff33d9df1f0c9429adc5 Mon Sep 17 00:00:00 2001 From: Ulysia Date: Mon, 14 Oct 2024 09:41:21 +0200 Subject: [PATCH] added title to buttons --- quartz/components/Btn8831.tsx | 2 +- quartz/components/buttons.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/quartz/components/Btn8831.tsx b/quartz/components/Btn8831.tsx index 4087bda..6028aca 100644 --- a/quartz/components/Btn8831.tsx +++ b/quartz/components/Btn8831.tsx @@ -22,7 +22,7 @@ export default (() => {
{buttons.map((button, index) => ( - {button.alt} + {button.alt} ))}
diff --git a/quartz/components/buttons.json b/quartz/components/buttons.json index b4cb38e..7ea3ebb 100644 --- a/quartz/components/buttons.json +++ b/quartz/components/buttons.json @@ -2,6 +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!"" + "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!"" } ]