Add delete link functionality in frontend

This commit is contained in:
2025-12-24 14:02:36 +00:00
parent c56ea8b90f
commit 52d1984478
6 changed files with 171 additions and 44 deletions

View File

@@ -13,7 +13,7 @@ export default function RootLayout({
}>) {
return (
<html lang="en">
<body className="nova-oval-regular">
<body className="">
{children}
</body>
</html>