mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-04-05 03:10:57 -04:00
update text
This commit is contained in:
parent
9d0787a5e8
commit
b3af4d9d77
3 changed files with 3 additions and 4 deletions
|
@ -11,7 +11,6 @@ function getEveryNote() {
|
||||||
);
|
);
|
||||||
|
|
||||||
const data = query.all();
|
const data = query.all();
|
||||||
console.log(data);
|
|
||||||
return data;
|
return data;
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
return err;
|
return err;
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<ul class="container flex">
|
<ul class="container flex">
|
||||||
<li><a class="hover__underline" href="/">Home</a></li>
|
<li><a class="hover__underline" href="/">Home</a></li>
|
||||||
<% if (currentUser) { %>
|
<% 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="/profile?userId=<%= currentUser.user_id %>">Profile</a></li>
|
||||||
<li><a class="hover__underline" href="/auth/logout">Logout</a></li>
|
<li><a class="hover__underline" href="/auth/logout">Logout</a></li>
|
||||||
<% } else { %>
|
<% } else { %>
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
<div class="container flex hero">
|
<div class="container flex hero">
|
||||||
|
|
||||||
<div class="container hero">
|
<div class="container hero">
|
||||||
<h1 class="hero__heading">Unlock Your Potential, One note at a time.</h1>
|
<h1 class="hero__heading">Unlock Your Potential, One cliche at a time.</h1>
|
||||||
<p class="hero__subheading">Share your story, connect with other musicians, grow your skillsets</p>
|
<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>
|
<a href="/auth/login" type="button" class="btn btn__link">Start Today</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue