diff --git a/web/src/app/community/page.tsx b/web/src/app/community/page.tsx index 01ee75bc..14ebce5e 100644 --- a/web/src/app/community/page.tsx +++ b/web/src/app/community/page.tsx @@ -1,5 +1,6 @@ import type { Metadata } from "next" import { Suspense } from "react" +import { ExperimentalWarning } from "@/components/experimental-warning" import { CommunityIconSearch } from "@/components/community-icon-search" import { BASE_URL } from "@/constants" import { getCommunitySubmissions } from "@/lib/community" @@ -42,6 +43,7 @@ export default async function CommunityPage() { const icons = await getCommunitySubmissions() return (
+

Browse community icons