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:
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")
|
||||
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) {
|
||||
|
|
Loading…
Reference in a new issue