From 9b3b209874e66116e850d5ba8823d64c9d4c98f0 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Tue, 23 Jan 2024 14:34:49 +0100 Subject: [PATCH] style: change h2 to h1 in main section --- client/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app.tsx b/client/app.tsx index e43453b..7fc5387 100644 --- a/client/app.tsx +++ b/client/app.tsx @@ -12,7 +12,7 @@ import { siteDb } from './site_db_manual.ts' export function App() { return (
-

Live example

+

Live example

)