mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 20:49:23 +00:00
fix: prevent hydration error of settings link
This commit is contained in:
@@ -49,7 +49,7 @@ const StyledComponent = ({ toolGroups }: Props) => (
|
||||
))}
|
||||
</Box>
|
||||
<Box flex={1} />
|
||||
<DrawerItem icon={<Settings />} title="Settings" href="settings" disabled />
|
||||
<DrawerItem icon={<Settings />} title="Settings" href="/settings" disabled />
|
||||
</Stack>
|
||||
</List>
|
||||
</Drawer>
|
||||
|
||||
Reference in New Issue
Block a user