Skip to content

Commit

Permalink
fixed text content issue
Browse files Browse the repository at this point in the history
Signed-off-by: akaBisht <[email protected]>
  • Loading branch information
aka-bisht committed Jul 23, 2024
1 parent 6606c3c commit d6b74c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/collections/resources/Resources.style.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styled from "styled-components";
export const ResourcesWrapper = styled.div`
color: #000;
.sub-heading {
color: gray;
position: relative;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const CodeBlock = ({ name, code }) => {
<label htmlFor={name} className="label">
Show Code
</label>
{showCode && (
{showCode && (
<Code codeString={code} language="javascript" />
)}
</div>
Expand Down

0 comments on commit d6b74c6

Please sign in to comment.