diff --git a/package.json b/package.json index 5f190e70..c393df19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hipmi", - "version": "1.1.4-2", + "version": "1.1.4-3", "private": true, "prisma": { "seed": "npx tsx prisma/seed.ts" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f7ba9064..98326f7c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -48,7 +48,7 @@ export default async function RootLayout({ {/* */} - + {/* */} {children} );