Skip to content

Commit bf68f54

Browse files
committed
chore: mobile banner
1 parent e39147b commit bf68f54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/src/Playground.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,11 @@ function Playground() {
253253
width: "100%",
254254
}}
255255
>
256+
{isSmallScreen ? (
257+
<Alert variant="info">
258+
For proper user experience, please use a desktop device
259+
</Alert>
260+
) : null}
256261
<div style={{ paddingBottom: "1rem", width: "100vw" }}>
257262
<div className="border-b border-muted p-4 md:p-6 text-left">
258263
<div className="flex gap-2">

0 commit comments

Comments
 (0)