Skip to content

Commit

Permalink
update about
Browse files Browse the repository at this point in the history
  • Loading branch information
jfabellera committed Dec 6, 2020
1 parent 2c78da9 commit 57710e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion views/about/about.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<h1 class="display-3">About</h1>
<p class="lead">Billy — Expense Tracker</p>
<hr class="my-4">
<p>something</p>
<ul>
<li><a href="/about/terms">Terms and Conditions</a></li>
<li><a href="https://github.com/jfabellera/billy/graphs/contributors">Contributors</a></li>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion views/about/terms.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h1 class="display-3">Agreement to terms</h1>
<p class="lead">Billy — Expense Tracker</p>
<hr class="my-4">
<p>something</p>
<p>As a user, I agree to share my information like name, email, phone number, and past expenses with Billy.</p>
</div>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion views/partials/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
</a>
<div class="dropdown-menu" aria-labelledby="aboutDropdown">
<a class="dropdown-item" href="/about/terms">Terms and Conditions</a>
<a class="dropdown-item" href="#">Features</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="https://github.com/jfabellera/billy/graphs/contributors">Contributors</a>
</div>
Expand Down

0 comments on commit 57710e8

Please sign in to comment.