From cdc05f85a6dc676e8af1227a56f65d6452488d82 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Wed, 7 Feb 2024 22:12:18 +0000 Subject: [feature] Render tags in the link card --- web/app/bookmarks/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web/app/bookmarks/page.tsx') diff --git a/web/app/bookmarks/page.tsx b/web/app/bookmarks/page.tsx index f0efa2e4..89a26122 100644 --- a/web/app/bookmarks/page.tsx +++ b/web/app/bookmarks/page.tsx @@ -1,5 +1,10 @@ import AddLink from "./components/AddLink"; import LinksGrid from "./components/LinksGrid"; +import type { Metadata } from "next"; + +export const metadata: Metadata = { + title: "Remember - Bookmarks", +}; export default async function Bookmarks() { return ( -- cgit v1.2.3-70-g09d2