Skip to content

Commit b024088

Browse files
committed
move A/B to B for 75% of cases
1 parent 8fcb17b commit b024088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
if (prefersDarkMode || darkTheme) {
137137
return "dark";
138138
}
139-
return randomValue > 0.5 ? 'new' : 'old';
139+
return randomValue > 0.25 ? 'new' : 'old';
140140
}
141141

142142
function applyDesign(designVersion) {

0 commit comments

Comments
 (0)