From 0ffe77790ea3923338bf23b010ca7d41be28ba3a Mon Sep 17 00:00:00 2001 From: Scott Gallant Date: Mon, 24 Jul 2023 15:23:59 -0300 Subject: [PATCH] lower case and angle bracket --- components/blocks/Actions.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/blocks/Actions.tsx b/components/blocks/Actions.tsx index 88cf206cd..02f6c76b6 100644 --- a/components/blocks/Actions.tsx +++ b/components/blocks/Actions.tsx @@ -109,7 +109,7 @@ export const CodeButton = ({ children, ...props }) => { Copied to clipboard! - $ {children} + > {children} @@ -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;