Remove redundant LinkOverlay

This commit is contained in:
klotske
2023-01-12 12:51:37 +03:00
parent 12688d951b
commit d8328807f4
@@ -28,7 +28,7 @@ export function MessageTableEntry(props: MessageTableEntryProps) {
<Link href={`/messages/${item.id}`}>
<LinkBox bg={backgroundColor} className={`p-4 rounded-md whitespace-pre-wrap w-full`}>
<LinkOverlay>{item.text}</LinkOverlay>
{item.text}
</LinkBox>
</Link>
</HStack>