From 2f82c53b2847aea6a70597f17b998908b00be94c Mon Sep 17 00:00:00 2001 From: Bjorn Lammers Date: Wed, 23 Apr 2025 13:14:09 +0200 Subject: [PATCH] refactor(web): replace with "the nextjs way" --- web/src/app/icons/page.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/web/src/app/icons/page.tsx b/web/src/app/icons/page.tsx index 171efc8a..92d04be1 100644 --- a/web/src/app/icons/page.tsx +++ b/web/src/app/icons/page.tsx @@ -2,7 +2,6 @@ import { BASE_URL, BROWSE_KEYWORDS, DEFAULT_OG_IMAGE, GITHUB_URL, ORGANIZATION_N import { getIconsArray } from "@/lib/api" import type { Metadata } from "next" import { IconSearch } from "./components/icon-search" -import Script from "next/script" export async function generateMetadata(): Promise { const icons = await getIconsArray() @@ -58,12 +57,16 @@ export default async function IconsPage() { return ( <> - - +