refactor: 🎨 deno fmt

This commit is contained in:
Julien Oculi 2024-07-02 13:56:47 +02:00
parent d62305ac1d
commit 640f144417
3 changed files with 32 additions and 34 deletions

View file

@ -19,9 +19,7 @@ export function Markdown(
data-dark-theme='dark'
dangerouslySetInnerHTML={{
__html: render(
typeof children === 'string'
? children
: children?.value ?? '',
typeof children === 'string' ? children : children?.value ?? '',
options,
),
}}

View file

@ -38,7 +38,7 @@ export default function App({ Component }: PageProps) {
type='image/x-icon'
/>
<link rel='stylesheet' href={asset('/main.css')} />
<link rel="stylesheet" href={asset('/imports/markdown_css')} />
<link rel='stylesheet' href={asset('/imports/markdown_css')} />
</Head>
<body>
<Header />