Skip to content

Commit

Permalink
fix(footer): copyright current year (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Graber <68428039+joshuagraber@users.noreply.github.com>
  • Loading branch information
josh-chamberlain and joshuagraber committed Jan 30, 2024
1 parent 24233e5 commit ec242ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer/PdapFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<!-- Copyright and policies -->
<p class="pdap-footer-copyright">
© 2023 Police Data Accessibility Project<br />
© {{ new Date().getFullYear() }} Police Data Accessibility Project<br />
</p>
<p class="pdap-footer-copyright">
PDAP is a non-profit. EIN: 85-4207132.
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/__snapshots__/footer.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exports[`Footer component > Renders a footer 1`] = `
<router-link active-class="pdap-footer-social-link-current" class="pdap-footer-social-link" exact-active-class="pdap-footer-social-link-current-exact" to="/jobs">Jobs</router-link>
</li>
</ul><!-- Copyright and policies -->
<p class="pdap-footer-copyright"> © 2023 Police Data Accessibility Project
<p class="pdap-footer-copyright"> © 2024 Police Data Accessibility Project
<br>
</p>
<p class="pdap-footer-copyright"> PDAP is a non-profit. EIN: 85-4207132. <a alt="Privacy Policy" href="https://docs.pdap.io/meta/policy/pdap-privacy-policy" target="_blank">
Expand Down

0 comments on commit ec242ac

Please sign in to comment.