chore: height on mobile

This commit is contained in:
Aslam H
2024-09-25 18:48:23 +07:00
parent 58ce33fed5
commit 223a4524ab
6 changed files with 11 additions and 40 deletions

View File

@@ -152,7 +152,7 @@ export const LinkItem = React.forwardRef<HTMLDivElement, LinkItemProps>(
prefetch={false}
target="_blank"
onClick={e => e.stopPropagation()}
className="hover:text-primary truncate text-xs"
className="hover:text-primary mr-1 truncate text-xs"
>
{personalLink.url}
</Link>