Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
Signed-off-by: Ajay Singh <[email protected]>
  • Loading branch information
Ajay-singh1 committed Dec 25, 2024
1 parent 62627ca commit 3a63358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/Cloud-Native-Catalog/patterns.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ const CatalogWrapper = styled.div`
`;

const Catalog = () => {
const { isDark } = useStyledDarkMode();
const { isDark } = useStyledDarkMode();
return (
<CatalogWrapper>
<a href="https://meshery.io/catalog">
Expand Down

0 comments on commit 3a63358

Please sign in to comment.