change: maintainer edit

This commit is contained in:
Julian Krauser 2025-02-10 11:39:56 +01:00
parent 1553f5644c
commit c2a7d15eeb
2 changed files with 2 additions and 2 deletions

View file

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