mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
feat: add to switch between Logo and Wordmark
This commit is contained in:
@@ -10,5 +10,11 @@ export interface iSVG {
|
||||
dark: string;
|
||||
light: string;
|
||||
};
|
||||
wordmark?:
|
||||
| string // for backwards compat of when theme support was not added
|
||||
| {
|
||||
dark: string;
|
||||
light: string;
|
||||
};
|
||||
url: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user