mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
geniee follow-up
This commit is contained in:
parent
8ba11c0468
commit
d8a1960dc2
@ -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 => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user