From 503a96c938558068ce8ae4a89c56c5977c4472e6 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sat, 17 Sep 2022 01:19:34 +0630 Subject: [PATCH] Add aria-label in menu button --- src/components/Header.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 6c72cfd..2dcc8fc 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -14,7 +14,7 @@ const { activeNav } = Astro.props;