mirror of
https://github.com/linsa-io/linsa.git
synced 2026-05-28 01:29:16 +02:00
Tasks
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user