1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-29 16:07:40 +01:00

Lower chance for banner again again

This commit is contained in:
Cooper Ransom 2024-04-01 00:49:46 -04:00
parent 84f8eeab89
commit 2c5c61cb70

View file

@ -87,7 +87,7 @@ export function ExtensionBanner(props: {
if (currentLocation !== loc || pathname === "/onboarding/extension")
return null;
// Show the banner with a 42% chance or not if users dont meet requirements
// Show the banner with a 36.5% chance or not if users dont meet requirements
if (!isEligible && Math.random() < 0.365) {
let bannerText = "";
switch (props.extensionState) {