We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54d50e commit d823ce2Copy full SHA for d823ce2
src/util/branding.ts
@@ -11,7 +11,7 @@ export interface BrandingConfig {
11
}
12
13
export let branding: Required<BrandingConfig> = {
14
- name: '',
+ name: 'Developer Den',
15
iconUrl: 'https://developerden.net/logo.png',
16
...config.branding
17
0 commit comments