diff --git a/components/search/search.tsx b/components/search/search.tsx
index fecdaa1..825151c 100644
--- a/components/search/search.tsx
+++ b/components/search/search.tsx
@@ -181,7 +181,7 @@ const Search = () => {
const numSearches = gezSearches ? parseInt(gezSearches) : 0;
- if (!dismissedRecently && numSearches > 2) {
+ if (true || (!dismissedRecently && numSearches > 2)) {
toast({
title: "Enjoying GE-Z?",
description:
@@ -190,7 +190,7 @@ const Search = () => {
Star{" "}