CodeWithAsheville / court-notifications

GNU General Public License v3.0
11 stars 10 forks source link

Added favicon and logo to site #133

Closed colinalford closed 2 years ago

colinalford commented 2 years ago

name: "#Issue Number [Description of Changes]" about: "I'm ready to check in some code to fix an issue!" title: "[DATE]: [FEATURE NAME]" assignee: colinalford

Closes #<Insert Issue # Here>

Please check if the PR fulfills these requirements

What changes are you introducing? Added a favicon and logo onto the home page.

Screenshots or Video:

Screen Shot 2022-02-26 at 5 31 26 PM
ejaxon commented 2 years ago

Something is funky with installation. When I try to do a clean install of this branch, the server crashes unable to find winston. If I first check out development, do the installation, stash the yarn.lock, then check out the add-icons branch and run, it works. Don't think the issue is with this branch, but with development (same issue as I saw yesterday with the change in yarn.lock.

I'll first try just doing an install and pushing the yarn.lock and then merging that into this branch. If that doesn't work, I'll try just replicating these changes in a new branch. More later.