Skip to content

Commit

Permalink
Update ClipboardTextfield.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ViridianCitrus committed Feb 25, 2023
1 parent 4d03cb9 commit caf5b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ClipboardTextfield.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function ClipboardTextfield({
onClick={onClickCopy}
>
{/* TODO develop custom tooltip component */}
{!iconLeft && <>{text}&nbsp;&nbsp;</>}
{!iconLeft && <>{text}</>}
<FontAwesomeIcon
className={clsx({
gray: `text-gray-faded/25 group-hover:text-gray-500`,
Expand Down

0 comments on commit caf5b19

Please sign in to comment.