Add El Salvador theme
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
<option value="default" i18n="mempool-goggles.classic">Classic</option>
|
||||
<option value="contrast">BlueMatt</option>
|
||||
<option value="wiz">wiz</option>
|
||||
<option value="bukele">🇸🇻</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
@@ -11,7 +11,7 @@ import { Subscription } from 'rxjs';
|
||||
})
|
||||
export class ThemeSelectorComponent implements OnInit {
|
||||
themeForm: UntypedFormGroup;
|
||||
themes = ['default', 'contrast', 'wiz'];
|
||||
themes = ['default', 'contrast', 'wiz', 'bukele'];
|
||||
themeSubscription: Subscription;
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user