Added a Donate link to the footer so that it is available on all pages throughout the application instead of just the home page. I also updated the casing of Download department data so that it matches the rest of the casing on the footer.
Screenshots (if appropriate)
Before:
After:
Tests and Linting
[x] This branch is up-to-date with the develop branch.
[x] pytest passes on my local development environment.
[x] pre-commit passes on my local development environment.
Fixes issue
https://github.com/lucyparsons/OpenOversight/issues/215
Description of Changes
Added a
Donate
link to the footer so that it is available on all pages throughout the application instead of just the home page. I also updated the casing ofDownload department data
so that it matches the rest of the casing on the footer.Screenshots (if appropriate)
Before:
After:
Tests and Linting
develop
branch.pytest
passes on my local development environment.pre-commit
passes on my local development environment.