mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
chore(website): use same more info mechanism for list with screenshot
This commit is contained in:
@@ -211,12 +211,9 @@ function ListWithScreenshot({ items, horizontal, cardExtra }: {
|
||||
title={item.title}
|
||||
onMouseEnter={() => setSelectedItem(item)}
|
||||
onClick={() => setSelectedItem(item)}
|
||||
moreInfoUrl={item.moreInfo}
|
||||
>
|
||||
{item.description}
|
||||
|
||||
<div class="card-footer">
|
||||
<Link href={selectedItem.moreInfo}>More info</Link>
|
||||
</div>
|
||||
</Card>
|
||||
</li>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user