Skip to content

Commit

Permalink
fix: address eslint issues with code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle254 committed Jan 8, 2025
1 parent 60ad3cb commit f7e58e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions components/Nav/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ export const Nav = (): JSX.Element => {
<li>
<Drawer open={open} onOpenChange={setOpen}>
<DrawerTrigger
data-testid="drawer-trigger"
aria-haspopup='menu'
aria-label='open navigation menu'
data-testid="drawer-trigger"
aria-haspopup='menu'
aria-label='open navigation menu'
>
<Menu
className="text-foreground"
aria-hidden='true'
className="text-foreground"
aria-hidden='true'
/>
</DrawerTrigger>
<DrawerContent>
Expand Down
2 changes: 1 addition & 1 deletion components/NavDrawer/NavDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const DrawerTitle = React.forwardRef<

<DrawerClose aria-label='close navigation menu'>
<X
aria-hidden='true'
aria-hidden='true'
/>
</DrawerClose>
</div>
Expand Down

0 comments on commit f7e58e1

Please sign in to comment.