diff --git a/src/app/(withGlobalData)/search/page.tsx b/src/app/(withGlobalData)/search/page.tsx index 045d673..23af2d9 100644 --- a/src/app/(withGlobalData)/search/page.tsx +++ b/src/app/(withGlobalData)/search/page.tsx @@ -11,7 +11,7 @@ export default async function SearchPage({ <>

- Search for: {s} + Wyszukiwanie: {s}

diff --git a/src/components/atoms/Pagination/index.tsx b/src/components/atoms/Pagination/index.tsx index 0226cfe..f96f925 100644 --- a/src/components/atoms/Pagination/index.tsx +++ b/src/components/atoms/Pagination/index.tsx @@ -1,4 +1,3 @@ -import Link from "next/link"; import { FC } from "react"; type Props = { @@ -13,11 +12,11 @@ export const Pagination: FC = ({ onPageChange, }) => { return ( -