Skip to content

Commit 4e08571

Browse files
authored
Merge pull request #58 from Brandon-Schuster/Brandon
Menu.ejs update
2 parents e445565 + 87003e3 commit 4e08571

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

All_Project_Code/.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
node_modules/
2-
/project_code/node_modules/
1+
node_modules
2+
*.yaml
3+
docker-compose.yaml

All_Project_Code/src/views/partials/menu.ejs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@
1616
<li class="nav-item">
1717
<!-- TO-DO: For Discover, add a <a> tag with an attribute href to call the '/discover' API -->
1818
<a class="nav-link" href="/home">Home</a>
19-
19+
20+
</li>
21+
<li>
22+
<a class="nav-link" href="/profile">Profile</a>
2023
</li>
24+
2125
</ul>
2226
<div class="nav-item me-1">
2327
<!-- TO-DO: For Logout, add a <a> tag with an attribute href to call the '/logout API -->

0 commit comments

Comments
 (0)