refactor: code refactor

This commit is contained in:
Andrea
2024-09-25 10:11:37 +02:00
parent 73f0401565
commit ceb31f2bcc
3 changed files with 13 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ export default function () {
const { handle } = useMatch();
return (
<div>
<div className="space-y-6">
<LinkWrapper>
<Link to={handle.to}>{handle.text}</Link>
</LinkWrapper>