mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
open inks in same tab
This commit is contained in:
parent
daa964daae
commit
e9c65491c6
@ -86,7 +86,6 @@ export const TextView = ({ item, truncate = false, itemTextField}: { item?: Item
|
||||
const CustomExternalLink = ({ href, children }) => (
|
||||
<a className='tw-font-bold'
|
||||
href={href}
|
||||
target="_blank"
|
||||
> {children}</a>
|
||||
);
|
||||
const CustomHashTagLink = ({ children, tag, item }) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user