fix: replaced h2 with h1 for flash text
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<h2>{{ meta.title }}</h2>
|
<h1>{{ meta.title }}</h1>
|
||||||
</div>
|
</div>
|
||||||
<div id="modals"></div>
|
<div id="modals"></div>
|
||||||
<div id="popovers"></div>
|
<div id="popovers"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user