From 59e558bbc09c7f400ad7ef45e5432aaaebc3c98e Mon Sep 17 00:00:00 2001 From: Caleb Jasik Date: Tue, 20 Jul 2021 08:55:35 -0500 Subject: [PATCH] docs: use `aria-current="page"` rather than `.is-active` in SiteSidebar.astro (#770) --- docs/src/components/SiteSidebar.astro | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/src/components/SiteSidebar.astro b/docs/src/components/SiteSidebar.astro index 03bced101..02a17d99d 100644 --- a/docs/src/components/SiteSidebar.astro +++ b/docs/src/components/SiteSidebar.astro @@ -3,7 +3,6 @@ import { sidebar } from '../config.ts'; const {currentPage} = Astro.props; --- -