mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
add underline to links
This commit is contained in:
parent
bd5142edc0
commit
7f02a56052
@ -86,7 +86,7 @@ export const TextView = ({ item, truncate = false, itemTextField, rawText }: { i
|
||||
/>
|
||||
);
|
||||
const CustomExternalLink = ({ href, children }) => (
|
||||
<a className='tw-font-bold'
|
||||
<a className='tw-font-bold tw-underline'
|
||||
href={href}
|
||||
target='_blank'
|
||||
> {children}</a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user