change: refer to developer

This commit is contained in:
Julian Krauser 2025-02-10 11:38:56 +01:00
parent 6ef846d94f
commit 1553f5644c
2 changed files with 8 additions and 3 deletions

View file

@ -3,6 +3,6 @@ import type FooterLink from "./itemsFooterLink";
export default interface Footer {
id: number;
copyright: string;
designed_developed_by: string;
maintained: string;
links: FooterLink[];
}