From 3735509fea74afddb3d5bc0eab57c3f03a239354 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Fri, 19 Jan 2024 16:13:02 -0500 Subject: Update GitHub repository URL --- src/app/layout.tsx | 2 +- src/app/page.tsx | 28 +--------------------------- 2 files changed, 2 insertions(+), 28 deletions(-) (limited to 'src') diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7d95d6e..53b45b2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -129,7 +129,7 @@ export default function RootLayout({ {' '} and{' '} diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f43c4a..eb0e09d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,6 @@ import { Button } from '@/components/ui/button' -import { Github, LucideIcon } from 'lucide-react' +import { Github } from 'lucide-react' import Link from 'next/link' -import { ReactNode } from 'react' // FIX for https://github.com/vercel/next.js/issues/58615 export const dynamic = 'force-dynamic' @@ -35,28 +34,3 @@ export default function HomePage() { ) } - -function Feature({ - name, - Icon, - description, -}: { - name: ReactNode - Icon: LucideIcon - description: ReactNode -}) { - return ( -
- -
- {name} -
-
- {description} -
-
- ) -} -- cgit v1.3