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!"" } ]