mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fixed lab hover effect
This commit is contained in:
parent
1d7c09aa7b
commit
77e8705f41
3 changed files with 40 additions and 9 deletions
|
@ -23,7 +23,7 @@ const LabGrid: FC<IProps> = memo(() => {
|
|||
<div className={styles.wrap}>
|
||||
<Columns hasMore={hasMore && !isLoading} onScrollEnd={loadMore}>
|
||||
{nodes.map((node) => (
|
||||
<Hoverable key={node.node.id}>
|
||||
<Hoverable key={node.node.id} effect="shine">
|
||||
<LabNode
|
||||
node={node.node}
|
||||
lastSeen={node.last_seen}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue