chore(web): Revert initial banner

This commit is contained in:
Darcy Wong 2023-09-26 08:06:03 +07:00
parent 3a785f5e68
commit b46d50fccf

View file

@ -243,8 +243,7 @@ export class BannerController {
// If no banner instance exists yet, go with a safe, blank initialization.
if(!this.container.banner) {
//this.selectBanner('inactive');
this.setBanner('image');
this.selectBanner('inactive');
}
}
}
@ -255,7 +254,6 @@ export class BannerController {
*
* @param type `'blank' | 'image' | 'suggestion'` - A plain-text string
* representing the type of `Banner` to set active.
* @param height - Optional banner height in pixels.
*/
public setBanner(type: BannerType) {
var banner: Banner;