better text on home

This commit is contained in:
Holly Stubbs 2024-07-15 23:31:50 +01:00
parent 6fe17bf176
commit 68e3361814
Signed by: tgpholly
GPG Key ID: B8583C4B7D18119E
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
<%- include("base/header", { title: "Home", userId: user.Id }) %>
<div class="row">
<div class="col">
<div class="col text-center pb-5 lg-sm-0">
<h1>Welcome back <%= user.Username %>!</h1>
<h3>What would you like to do?</h3>
<div class="mt-3">
<div class="mt-3 text-nowrap">
<div>
<a class="btn btn-primary btn-lg me-2 disabled" href="/account/username">Change Username</a>
<a class="btn btn-primary btn-lg me-2 disabled" href="/account/password">Change Password</a>