Skip to content

Commit

Permalink
Merge pull request #1627 from tinacms/tweaked-command-cta
Browse files Browse the repository at this point in the history
lower case and angle bracket
  • Loading branch information
scottgallant authored Aug 3, 2023
2 parents 76dbe12 + 57f21ad commit 4a25a68
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

1 comment on commit 4a25a68

@vercel
Copy link

@vercel vercel bot commented on 4a25a68 Aug 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tina-io – ./

tina-io-git-master-tinacms.vercel.app
tina-io-tinacms.vercel.app
tina.io

Please sign in to comment.