Skip to content

Commit

Permalink
Refactor NavBar Links component
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayagoumi committed Dec 27, 2023
1 parent f21048b commit fb4f725
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/app/components/NavBar/Links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,14 @@ export default function Links() {
{...a11yProps(2)}
sx={{ alignItems: { xs: 'baseline', sm: 'self-start' } }}
/>
<Tab className="tab" value={5} disableRipple label="Statistics" {...a11yProps(5)} />
<Tab
className="tab"
value={5}
disableRipple
label="Statistics"
{...a11yProps(5)}
sx={{ alignItems: { xs: 'baseline', sm: 'self-start' } }}
/>
</Tabs>
</Box>
)
Expand Down

0 comments on commit fb4f725

Please sign in to comment.