From e80c3561545fe95eed854dc841ad46c7faf811d0 Mon Sep 17 00:00:00 2001 From: Christopher Arraya Date: Sat, 13 Jan 2024 21:04:03 -0500 Subject: [PATCH] only access on desktop --- app/layout.tsx | 49 +++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 39 insertions(+), 10 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 773bdf9..1f66013 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -22,22 +22,51 @@ export default function RootLayout({ }) { return ( - + + + - - {children} - - +
+ + {children} + + +
+
+ Skalara works best on a desktop browser. Please visit us again. +
);