aboutsummaryrefslogtreecommitdiff
path: root/apps/web/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/src/app')
-rw-r--r--apps/web/src/app/layout.tsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx
index 5b2ced94..33f38293 100644
--- a/apps/web/src/app/layout.tsx
+++ b/apps/web/src/app/layout.tsx
@@ -17,6 +17,10 @@ export default function RootLayout({
return (
<html lang="en">
<body className={roboto.className}>
+ <div
+ id="d"
+ className="fixed left-0 top-0 h-[5px] w-screen bg-red-500"
+ ></div>
<div vaul-drawer-wrapper="" className="min-w-screen overflow-x-hidden">
{children}
</div>