Skip to content

Commit

Permalink
Add companyName field to Footer model types
Browse files Browse the repository at this point in the history
Included the companyName property in the Footer model interface. This change ensures that the footer can now dynamically display the company's name, improving customization and clarity.
  • Loading branch information
leolabdev committed Sep 21, 2024
1 parent a2f57bb commit 744dc79
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ export interface Texts {
cookies: string;
privacy: string;
consent: string;
companyName: string;
currentYear: number;
}

0 comments on commit 744dc79

Please sign in to comment.