Skip to content

Commit

Permalink
chore: update code example
Browse files Browse the repository at this point in the history
Signed-off-by: Mdkaif-123 <[email protected]>
  • Loading branch information
mdkaifansari04 committed Nov 5, 2024
1 parent 94db6df commit 2792c41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sections/Projects/Sistent/components/box/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const codes = [
height: "50vh",
}}
>
<p>
<p style={{ color: "black" }}>
This Box is responsive, changing style based on screen size.
</p>
</Box>
Expand All @@ -38,7 +38,7 @@ const codes = [
height: "50vh",
}}
>
<p>
<p style={{ color: "black" }}>
This Box is responsive, changing style based on screen size.
</p>
</Box>
Expand All @@ -56,7 +56,7 @@ const codes = [
},
}}
>
<p>Hover over this Box to see the interactive effect.</p>
<p style={{ color: "black" }}>Hover over this Box to see the interactive effect.</p>
</Box>
</SistentThemeProvider>`,
];
Expand Down

0 comments on commit 2792c41

Please sign in to comment.