mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-01 16:37:39 +01:00
Lower chance for banner again again
This commit is contained in:
parent
84f8eeab89
commit
2c5c61cb70
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ export function ExtensionBanner(props: {
|
||||||
if (currentLocation !== loc || pathname === "/onboarding/extension")
|
if (currentLocation !== loc || pathname === "/onboarding/extension")
|
||||||
return null;
|
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) {
|
if (!isEligible && Math.random() < 0.365) {
|
||||||
let bannerText = "";
|
let bannerText = "";
|
||||||
switch (props.extensionState) {
|
switch (props.extensionState) {
|
||||||
|
|
Loading…
Reference in a new issue