This commit is contained in:
marshennikovaolga
2024-10-29 15:16:44 +01:00
parent 8ee564e952
commit 20c8314871
6 changed files with 77 additions and 19 deletions
@@ -14,7 +14,7 @@ export const LinkSection: React.FC = () => {
const linkCount = me.root.personalLinks?.length || 0
return (
<div className="flex flex-col gap-px py-2">
<div className="flex flex-col gap-px">
<LinkSectionHeader linkCount={linkCount} />
<LinkList personalLinks={me.root.personalLinks} />
</div>