From 00ca11ff35f35921721ed20cb52249da4e708bd3 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sat, 17 Sep 2022 01:10:14 +0630 Subject: [PATCH] Add aria-label and title in links and LinkButton --- src/pages/index.astro | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 8b47156..420723e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -18,7 +18,13 @@ const sortedPosts = getSortedPosts(posts);

Mingalaba

- +