Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 20, 2025
1 parent 7cae336 commit db1939c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/docs/components/animatedCode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const App = () => (
Hello World
</Title>
);`,
compiledCss: "/* no static css */"
compiledCss: "/* no static css */",
};

const finalCodeExample: CodeExample = {
Expand Down Expand Up @@ -85,7 +85,7 @@ const App = () => (
&:hover {
color: red;
}
}`
}`,
};

const codeExamples: Array<CodeExample> = [
Expand Down Expand Up @@ -286,4 +286,4 @@ const ResponsiveCode = styled.div`
display: none;
}
}
`;
`;

0 comments on commit db1939c

Please sign in to comment.