From d0cd86212f03a9e4dd5b0f5fe76f4da3b3891951 Mon Sep 17 00:00:00 2001 From: Lamarcke Date: Tue, 31 Dec 2024 00:56:57 -0300 Subject: [PATCH] - adds a very manual but very sincere happy new year message --- src/pages/search/index.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/pages/search/index.tsx b/src/pages/search/index.tsx index 9310151..7c31c91 100755 --- a/src/pages/search/index.tsx +++ b/src/pages/search/index.tsx @@ -1,5 +1,5 @@ import React, { useEffect, useRef, useState } from "react"; -import { Box, Container, Flex, Space, Stack } from "@mantine/core"; +import { Box, Container, Flex, Space, Stack, Text } from "@mantine/core"; import SearchBar from "@/components/general/input/SearchBar/SearchBar"; import { useForm } from "react-hook-form"; import { zodResolver } from "@hookform/resolvers/zod"; @@ -138,7 +138,14 @@ const Index = () => { }} /> - + + + The GameNode team wishes you a happy new year! + Thanks for staying with us through 2024. + + + + {/**/}