Skip to content

Commit b700fc6

Browse files
committed
fix: remove reference to ads
1 parent c7448fe commit b700fc6

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

apps/app-frontend/src/components/ui/settings/PrivacySettings.vue

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,6 @@ watch(
2222
</script>
2323

2424
<template>
25-
<div class="flex items-center justify-between gap-4">
26-
<div>
27-
<h2 class="m-0 text-lg font-extrabold text-contrast">Personalized ads</h2>
28-
<p class="m-0 text-sm">
29-
Modrinth's ad provider, Aditude, shows ads based on your preferences. By disabling this
30-
option, you opt out and ads will no longer be shown based on your interests.
31-
</p>
32-
</div>
33-
<Toggle
34-
id="personalized-ads"
35-
:model-value="settings.personalized_ads"
36-
:checked="settings.personalized_ads"
37-
@update:model-value="
38-
(e) => {
39-
settings.personalized_ads = e
40-
}
41-
"
42-
/>
43-
</div>
44-
4525
<div class="mt-4 flex items-center justify-between gap-4">
4626
<div>
4727
<h2 class="m-0 text-lg font-extrabold text-contrast">Telemetry</h2>

0 commit comments

Comments
 (0)