From 831821555b50d7cba533bd4ec44f4c48859d77fd Mon Sep 17 00:00:00 2001 From: Ulysia Date: Mon, 14 Oct 2024 10:41:56 +0200 Subject: [PATCH] swapped title and alt --- 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 5f7120a..6912a55 100644 --- a/quartz/components/buttons.json +++ b/quartz/components/buttons.json @@ -8,7 +8,7 @@ { "image": "https://assets.derg.cz/buttons/sirlan.png", "url": "https://dragon-vi.be", - "alt": "Sirlan, the adorable eastern derg", - "title": "Button with the text Sirlan which points to dragon-vi.be" + "alt": "Button with the text Sirlan which points to dragon-vi.be", + "title": "Sirlan, the adorable eastern derg" } ]