mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
fix bookmark abbr + icon
This commit is contained in:
parent
b438cc2419
commit
5fd5762c0c
@ -22,7 +22,7 @@ export default function Item({ bookmark }) {
|
|||||||
<ResolvedIcon icon={bookmark.icon} />
|
<ResolvedIcon icon={bookmark.icon} />
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
{bookmark.abbr}
|
{!bookmark.icon && bookmark.abbr}
|
||||||
</div>
|
</div>
|
||||||
<div className="flex-1 flex items-center justify-between rounded-r-md ">
|
<div className="flex-1 flex items-center justify-between rounded-r-md ">
|
||||||
<div className="flex-1 grow pl-3 py-2 text-xs">{bookmark.name}</div>
|
<div className="flex-1 grow pl-3 py-2 text-xs">{bookmark.name}</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user