Modified file navBar and messages to include img icons and functionality.
Steps to Review
Checkout this branch locally.
git fetch --all
git checkout branchname
Open a new Terminal tab (⌘T) and navigate to the server directory.
Test app functionality.
Instructions for how reviewer can test functionality, and detailed description of what the expected outcome is.
load the server and check if navBar has icons, then try clicking on the message icon (it should open message form) then click cancel on the message form(this should close the message form)
View code file.
Confirm file modifications are present as indicated above.
Confirm no unused code or extraneous comments exist.
Changes Made
navBar and messages
to includeimg icons
and functionality. Steps to Review