geniee follow-up

This commit is contained in:
Andrea Vos 2025-08-20 21:37:42 +02:00
parent 8ba11c0468
commit d8a1960dc2

View File

@ -107,7 +107,7 @@ const confirmAge = async (): Promise<void> => {
const provider = useStorage<string | null>('ads-provider', null);
if (provider.value === null) {
provider.value = Math.random() < 0.7 ? 'publift' : 'pushup';
provider.value = Math.random() < 0.7 ? 'publift' : 'geniee';
}
const adsEnabled = computed((): boolean => {