Skip to content

Commit

Permalink
fix: signup title
Browse files Browse the repository at this point in the history
  • Loading branch information
adhimrahman committed May 13, 2024
1 parent bb74acf commit 8c39a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/signup.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="bg-neutral-800 shadow-md rounded-lg px-8 py-6 max-w-md">

<img src="images/SPOTITIP.png" alt="hero" class="">
<h1 class="text-2xl font-bold text-center mb-4 dark:text-neutral-200">Create Account</h1>
<h1 class="text-2xl font-bold text-center mb-4 dark:text-neutral-200 signupTitle">Create Account</h1>

<%- include('./layouts/signupForm') %>

Expand Down

0 comments on commit 8c39a1e

Please sign in to comment.