From 66fa84e000170f3dfafc43766cfa3643f75a7791 Mon Sep 17 00:00:00 2001
From: schneefux
Date: Fri, 24 Nov 2023 12:39:43 +0100
Subject: [PATCH] web: Stop in-content unit experiment and revert
---
web/composables/playwire-ramp.ts | 2 +-
web/pages/tier-list/map/index.vue | 15 +++++++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/web/composables/playwire-ramp.ts b/web/composables/playwire-ramp.ts
index c235e1dd..eb8efc5c 100644
--- a/web/composables/playwire-ramp.ts
+++ b/web/composables/playwire-ramp.ts
@@ -43,7 +43,7 @@ export function usePlaywireRamp(publisherId: string, siteId: string) {
'right_rail',
'bottom_rail',
'left_rail',
- 'in_content',
+ // 'in_content',
'sidebar',
'sticky_sidebar',
] satisfies TaglessType[]).map(unit => ({ type: unit }) satisfies TaglessUnit)
diff --git a/web/pages/tier-list/map/index.vue b/web/pages/tier-list/map/index.vue
index ba14a072..667c3f46 100644
--- a/web/pages/tier-list/map/index.vue
+++ b/web/pages/tier-list/map/index.vue
@@ -4,6 +4,11 @@
{{ $t('tier-list.maps.description') }}
+
+
+
+
+
+