Skip to content

Commit ad5da0e

Browse files
authored
and don't link to the iframe thats dumb
1 parent 0d194d4 commit ad5da0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Chat/Message.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ const MessageDisplay = ({
176176
case "link":
177177
node = (
178178
<Link
179-
to={`/extras/search/?q=${object.content}`}
179+
to={`${object.content}`}
180180
viewTransition={true}
181181
key={index}
182182
>

0 commit comments

Comments
 (0)