Skip to content

Commit

Permalink
Check if the conditional is applied
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 24, 2024
1 parent be37c8a commit bb6c51a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion src/sections/Kanvas/kanvas-catalog.js
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ const Catalog = () => {
<img src={isDark ? Only_wagent_dark : Only_wagent} />
</div>
<div className="slide seven">
<img src={isDark? Node_agent_dark : Node_agent} />
<img src={isDark ? Node_agent_dark : Node_agent} />
</div>
<div className="slide eight">
<img src={isDark ? Single_tenant_dark : Single_tenant} />
Expand Down

0 comments on commit bb6c51a

Please sign in to comment.