diff --git a/frontend/app/layout.tsx b/frontend/app/layout.tsx index 2a1ae4d..46957ed 100644 --- a/frontend/app/layout.tsx +++ b/frontend/app/layout.tsx @@ -1,5 +1,6 @@ import type { Metadata } from "next"; import "./globals.css"; +import Link from "next/link"; export const metadata: Metadata = { title: "Halflink", @@ -14,7 +15,13 @@ export default function RootLayout({ return (
- {children} +Shorten a link with ease.
+ + {children} +Shorten a link with ease.
- +{errorMessage}
)} diff --git a/frontend/app/page.tsx b/frontend/app/page.tsx index 1e37bbc..7fe13a2 100644 --- a/frontend/app/page.tsx +++ b/frontend/app/page.tsx @@ -44,10 +44,7 @@ export default function Home() { } return ( -Shorten a link with ease.
- +