Skip to content

Commit d823ce2

Browse files
committed
aaaaaa
1 parent f54d50e commit d823ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/branding.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface BrandingConfig {
1111
}
1212

1313
export let branding: Required<BrandingConfig> = {
14-
name: '',
14+
name: 'Developer Den',
1515
iconUrl: 'https://developerden.net/logo.png',
1616
...config.branding
1717
}

0 commit comments

Comments
 (0)