mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-29 16:30:24 +08:00
Remove redundant LinkOverlay
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user