Skip to content

Commit 1e671ba

Browse files
committed
feat(ui): update WithNavBar component structure for improved accessibility
1 parent 37aa948 commit 1e671ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/site/components/withNavBar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ const WithNavBar: FC = () => {
5454

5555
return (
5656
<div>
57-
<WithBanner section="index" />
58-
5957
<SkipToContentButton>
6058
{t('components.common.skipToContent')}
6159
</SkipToContentButton>
6260

61+
<WithBanner section="index" />
62+
6363
<NavBar
6464
navItems={navigationItems.map(([, { label, link, target }]) => ({
6565
link,

0 commit comments

Comments
 (0)