From 8aff956016c308ff08e1aa005b78e663da299094 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 12:34:28 +0000 Subject: [PATCH] chore(docs): use aria-label instead of title for navigation landmarks - Update `Header.astro` to use `aria-label` for top navigation - Update `MainLayout.astro` to use `aria-label` for sidebar navigation - Update `LeftSidebar.astro` to use `aria-label` for main navigation - Add learning to `.Jules/palette.md` --- docs/src/components/Header/Header.astro | 2 +- docs/src/components/LeftSidebar/LeftSidebar.astro | 2 +- docs/src/layouts/MainLayout.astro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/components/Header/Header.astro b/docs/src/components/Header/Header.astro index 5852b131d..3fae1fe8e 100644 --- a/docs/src/components/Header/Header.astro +++ b/docs/src/components/Header/Header.astro @@ -7,7 +7,7 @@ import ThemeToggleButton from "./ThemeToggleButton";
-