fix: replaced h2 with h1 for flash text

This commit is contained in:
Jannat Patel
2024-03-29 22:44:17 +05:30
parent 44ee9b644f
commit de0a983033

View File

@@ -18,7 +18,7 @@
</head>
<body>
<div id="app">
<h2>{{ meta.title }}</h2>
<h1>{{ meta.title }}</h1>
</div>
<div id="modals"></div>
<div id="popovers"></div>