Skip to content

Commit

Permalink
fix(website): show code
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermerodz committed Feb 19, 2024
1 parent d5071d9 commit a02ffeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/app/(local-pages)/example-playground/code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ ${tsx}

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

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

0 comments on commit a02ffeb

Please sign in to comment.