update text

This commit is contained in:
Mike 2025-02-19 22:30:40 -05:00
parent 9d0787a5e8
commit b3af4d9d77
3 changed files with 3 additions and 4 deletions

View file

@ -11,7 +11,6 @@ function getEveryNote() {
);
const data = query.all();
console.log(data);
return data;
} catch (err) {
return err;

View file

@ -18,7 +18,7 @@
<ul class="container flex">
<li><a class="hover__underline" href="/">Home</a></li>
<% if (currentUser) { %>
<li><a class="hover__underline" href="/new" class="new-link">New Note</a></li>
<li><a class="hover__underline" href="/new" class="new-link">New Cliche</a></li>
<li><a class="hover__underline" href="/profile?userId=<%= currentUser.user_id %>">Profile</a></li>
<li><a class="hover__underline" href="/auth/logout">Logout</a></li>
<% } else { %>

View file

@ -7,8 +7,8 @@
<div class="container flex hero">
<div class="container hero">
<h1 class="hero__heading">Unlock Your Potential, One note at a time.</h1>
<p class="hero__subheading">Share your story, connect with other musicians, grow your skillsets</p>
<h1 class="hero__heading">Unlock Your Potential, One cliche at a time.</h1>
<p class="hero__subheading">Read a cliche a day, to keep the brain at bay</p>
<a href="/auth/login" type="button" class="btn btn__link">Start Today</a>
</div>