mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-09-11 02:16:57 -05:00
Update copyright year to 2026 (#44)
* Update Footer.tsx * Update recovery.html * Update LICENSE.md * Update confirmation.html * revert license year, automatically retrieve footer year * Update src/components/Footer.tsx Co-authored-by: Jared Schoeny <jared@jschoeny.com> --------- Co-authored-by: Jared Schoeny <jared@jschoeny.com>
This commit is contained in:
@@ -6,7 +6,7 @@ export default function Footer() {
|
||||
<div className="mx-auto max-w-screen-2xl px-6 py-8 text-sm text-foreground/70">
|
||||
<div className="flex flex-col gap-6 md:flex-row md:items-start md:justify-between">
|
||||
<div>
|
||||
<p>© 2025 Hackdex</p>
|
||||
<p>© 2025-{new Date().getFullYear()} Hackdex</p>
|
||||
<p className="mt-2 max-w-2xl text-xs text-foreground/60">
|
||||
Pokémon, Nintendo, Game Boy, Game Boy Color, Game Boy Advance, and Nintendo DS are
|
||||
trademarks of their respective owners. Hackdex is an independent fan project and is not
|
||||
|
||||
@@ -211,7 +211,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer">
|
||||
© 2025 Hackdex. All rights reserved. Please do not reply to this message.
|
||||
© 2026 Hackdex. All rights reserved. Please do not reply to this message.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer">
|
||||
© 2025 Hackdex. All rights reserved. Please do not reply to this message.
|
||||
© 2026 Hackdex. All rights reserved. Please do not reply to this message.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user