From c70a84db52ca534b2707c199a7fb2c01a6a6f199 Mon Sep 17 00:00:00 2001 From: Artemy Date: Tue, 15 Aug 2023 16:26:36 +0300 Subject: [PATCH] fix: update redirect link --- src/handlers/google.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/handlers/google.ts b/src/handlers/google.ts index ef7729d..9477615 100644 --- a/src/handlers/google.ts +++ b/src/handlers/google.ts @@ -30,9 +30,9 @@ export default async function google( }); const searchForm = ` -
+ - +
`;