mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
fix bookmark abbr + icon
This commit is contained in:
parent
b438cc2419
commit
5fd5762c0c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export default function Item({ bookmark }) {
|
|||
<ResolvedIcon icon={bookmark.icon} />
|
||||
</div>
|
||||
}
|
||||
{bookmark.abbr}
|
||||
{!bookmark.icon && bookmark.abbr}
|
||||
</div>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue