Skip to content

Commit

Permalink
lower case and angle bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgallant committed Jul 24, 2023
1 parent 5e90625 commit 0ffe777
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/blocks/Actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const CodeButton = ({ children, ...props }) => {
Copied to clipboard!
</span>
<span className="text">
<span className="bash">$</span> {children}
<span className="bash">&gt;</span> {children}
</span>
<span className="icon">
<BiCopy />
Expand Down Expand Up @@ -179,7 +179,6 @@ export const CodeButton = ({ children, ...props }) => {
align-items: center;
background-color: white;
color: var(--color-secondary);
text-transform: uppercase;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
padding: 0;
border: 1px solid #b4f4e0;
Expand Down

0 comments on commit 0ffe777

Please sign in to comment.