Add team preference to use logo for branding (#4285)
* feat: add team preference to use logo for branding * fix: allow on cloud version too
This commit is contained in:
@@ -29,6 +29,7 @@ type Provider = {
|
||||
|
||||
export type Config = {
|
||||
name?: string;
|
||||
logo?: string;
|
||||
hostname?: string;
|
||||
providers: Provider[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user