This commit is contained in:
Tom (plebeius.eth)
2024-06-11 15:13:04 +02:00
parent 98539cecf6
commit 4435ff120b
3 changed files with 33 additions and 7 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ const CatalogPost = ({ post }: { post: Comment }) => {
return (
<>
<div className={styles.post}>
<div onMouseOver={() => setHoveredCid(cid)} onMouseLeave={() => setHoveredCid(null)}>
<div onMouseOver={() => setHoveredCid(isDescription ? 'd' : isRules ? 'r' : cid)} onMouseLeave={() => setHoveredCid(null)}>
{hasThumbnail ? (
<Link to={postLink}>
<div