Add support for product brand guidelines

This commit is contained in:
pheralb
2025-01-15 11:56:00 +00:00
parent d6a333c316
commit 4bceb2137c
3 changed files with 21 additions and 5 deletions
+1
View File
@@ -11,5 +11,6 @@ export interface iSVG {
category: tCategory | tCategory[];
route: string | ThemeOptions;
wordmark?: string | ThemeOptions;
brandUrl?: string;
url: string;
}