From 444ff705904d945d4b1e9436cddb92d81c2c588f Mon Sep 17 00:00:00 2001 From: shadcn Date: Thu, 17 Oct 2024 01:06:35 +0400 Subject: [PATCH] feat: add notice --- apps/www/app/(app)/blocks/layout.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/www/app/(app)/blocks/layout.tsx b/apps/www/app/(app)/blocks/layout.tsx index 8b35b01098..141dee3146 100644 --- a/apps/www/app/(app)/blocks/layout.tsx +++ b/apps/www/app/(app)/blocks/layout.tsx @@ -43,6 +43,9 @@ export default function BlocksLayout({
+
+ Note: The blocks preview does not work on mobile yet. +
{children}