Full deployment history for this project.
🎨 Palette: Improve accessibility of mobile menu toggle Replaced the `div` element used for the mobile menu icon with a semantic `button` element to improve keyboard accessibility. Added `aria-label` and `aria-expanded` attributes to provide context for screen readers. Applied basic reset styles and a custom `focus-visible` outline to ensure it works properly as a focusable element while matching the current design language. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
🎨 Palette: Add ARIA labels to footer social icons Added descriptive `aria-label` attributes to the 4 social/contact `<a>` tags in the footer, which previously only contained icons. This improves screen reader accessibility and overall UX. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>