diff --git a/apps/agent/entrypoints/newtab/index/tips.ts b/apps/agent/entrypoints/newtab/index/tips.ts index 1ebfff42..2402d7e2 100644 --- a/apps/agent/entrypoints/newtab/index/tips.ts +++ b/apps/agent/entrypoints/newtab/index/tips.ts @@ -4,7 +4,7 @@ export interface Tip { shortcut?: string } -export const TIP_SHOW_PROBABILITY = 0.2 +export const TIP_SHOW_PROBABILITY = 0.3 const TIP_DISMISSED_KEY = 'tip-dismissed-session'