even more changes (i dont remember what i changed)

This commit is contained in:
2024-01-25 20:44:36 +01:00
parent 71bb28da4d
commit 4872f2a2a6
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<header class="admin-index-header">
<div class="admin-index-header-text" id="headerText">
<h1 class="admin-index-h1 fade-in">Hello,</h1>
<h2 class="admin-index-h2 fade-in">Welcome back, Admin <span class="outlined-text"><template name="username"></template></span></h2>
<h2 class="admin-index-h2 fade-in">Admin <span class="outlined-text"><template name="username"></span>!</h2>
</div>
</header>

View File

@@ -3,7 +3,7 @@
<header class="user-index-header">
<div class="user-index-header-text" id="headerText">
<h1 class="user-index-h1 fade-in">Hello, <span class="outlined-text"><template name="username"></template></span>.</h1><br>
<h1 class="user-index-h1 fade-in">Hello, <span class="outlined-text"><template name="username"></template></span>.</h1>
<h2 class="user-index-h2 fade-in">What would you like to watch?</h2>
</div>
</header>