style: change h2 to h1 in main section

This commit is contained in:
Julien Oculi 2024-01-23 14:34:49 +01:00
parent d849fc358e
commit 9b3b209874

View file

@ -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>
)