Skip to content

Commit a02ffeb

Browse files
committed
fix(website): show code
1 parent d5071d9 commit a02ffeb

File tree

1 file changed

+1
-1
lines changed
  • website/src/app/(local-pages)/example-playground

1 file changed

+1
-1
lines changed

website/src/app/(local-pages)/example-playground/code.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ${tsx}
9999

100100
export function ExampleCode() {
101101
return (
102-
<div className="relative code-example w-full overflow-hidden opacity-0 animate-fade-in [animation-delay:5000ms] lg:animate-none">
102+
<div className="relative code-example w-full overflow-hidden lg:opacity-0 lg:animate-fade-in [animation-delay:5000ms] animate-none">
103103
<Code code={code} toCopy={tsx} />
104104

105105
<div className="hidden lg:[display:unset] absolute inset-0 code-example-overlay pointer-events-none z-20 [animation-delay:5000ms]"></div>

0 commit comments

Comments
 (0)