Skip to content

Commit

Permalink
fix(tests): updated year causing snapshot to mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Jan 2, 2025
1 parent c1a1356 commit 3bf5dc1
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -67,7 +67,7 @@ exports[`Footer component > Renders a footer 1`] = `
<span class="inline-block bg-neutral-50 dark:bg-neutral-950 h-3 w-full rounded-full relative before:inline-block before:h-full before:bg-brand-gold before:absolute before:rounded-l-full before:transition-[width] before:duration-1000 before:ease-out before:w-[var(--fundraising-progress)]"></span>
</div><!-- COPYRIGHT AND TRANSPARENCY -->
<div class="flex gap-4 justify-between lg:justify-start lg:ml-auto">
<p class="lg:max-w-[325px] lg:text-right xl:max-w-[375px]"> © 2024 Police Data Accessibility Project is a non-profit. EIN: 85-4207132. </p><!-- Widget / logo links -->
<p class="lg:max-w-[325px] lg:text-right xl:max-w-[375px]"> © 2025 Police Data Accessibility Project is a non-profit. EIN: 85-4207132. </p><!-- Widget / logo links -->
<a href="https://www.guidestar.org/profile/85-4207132" rel="noreferrer" target="_blank">
<img alt="platinum transparency" class="w-14 h-14" src="https://widgets.guidestar.org/gximage2?o=9973356&amp;l=v4">
</a>
Expand Down

0 comments on commit 3bf5dc1

Please sign in to comment.