mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 03:52:02 +00:00
fix styling on links in markdown
This commit is contained in:
@@ -24,6 +24,7 @@ const Markdown: FunctionComponent<MarkdownProps> = (props) => {
|
|||||||
aRef?.current?.click();
|
aRef?.current?.click();
|
||||||
props.onDismiss?.();
|
props.onDismiss?.();
|
||||||
}}
|
}}
|
||||||
|
style={{ display: 'inline' }}
|
||||||
>
|
>
|
||||||
<a ref={aRef} {...nodeProps.node.properties}>
|
<a ref={aRef} {...nodeProps.node.properties}>
|
||||||
{nodeProps.children}
|
{nodeProps.children}
|
||||||
|
|||||||
Reference in New Issue
Block a user