Open iframe production links in new tab (#2966)

cuz otherwise they don't work

### Change Type

- [x] `internal` — Any other changes that don't affect the published
package[^2]
babybrain-migrations^2
alex 2024-02-27 19:08:28 +00:00 zatwierdzone przez GitHub
rodzic 1a68857174
commit 82f2c97816
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -112,7 +112,7 @@ export function IFrameProtector({
return (
<div className="tldraw__editor tl-container">
<div className="iframe-warning__container">
<a className="iframe-warning__link" href={url} target="_parent">
<a className="iframe-warning__link" href={url} target="_blank">
{'Visit this page on tldraw.com '}
<svg
width="15"