diff --git a/app/emails/components/footers.tsx b/app/emails/components/footers.tsx
index 6e6a9dc95..34e49cfbf 100644
--- a/app/emails/components/footers.tsx
+++ b/app/emails/components/footers.tsx
@@ -16,7 +16,7 @@ export const UserFooter = ({ booking }: { booking: BookingForEmail }) => (
{" "}
- © 2024 Shelf.nu
+ © 2026 Shelf.nu
>
);
@@ -35,7 +35,7 @@ export const AdminFooter = ({ booking }: { booking: BookingForEmail }) => (
{" "}
- © 2024 Shelf.nu
+ © 2026 Shelf.nu
>
);