style: change h2 to h1 in main section
This commit is contained in:
parent
d849fc358e
commit
9b3b209874
|
@ -12,7 +12,7 @@ import { siteDb } from './site_db_manual.ts'
|
|||
export function App() {
|
||||
return (
|
||||
<main>
|
||||
<h2>Live example</h2>
|
||||
<h1>Live example</h1>
|
||||
<DbGraph db={siteDb} />
|
||||
</main>
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue