Skip to content

Commit

Permalink
fix: remove A
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Feb 28, 2024
1 parent 453d7c9 commit 6961dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/code-highlighter/CodeHighlighter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const HighLighter: FC<Props> = (props) => {
</AutoResizeHeight>

<div className={styles['copy-tip']} onClick={handleCopy} aria-hidden>
Copy A
Copy
</div>
</div>
)
Expand Down

0 comments on commit 6961dc0

Please sign in to comment.