Skip to content

[BUG]: ClipboardIcon is in wrong file #126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
epoll31 opened this issue May 2, 2024 · 0 comments · Fixed by #127
Closed

[BUG]: ClipboardIcon is in wrong file #126

epoll31 opened this issue May 2, 2024 · 0 comments · Fixed by #127
Labels
bug Something isn't working

Comments

@epoll31
Copy link
Contributor

epoll31 commented May 2, 2024

Description 📝

src/components/code/CopyButton.tsx uses a ClipboardIcon component from src/components/code/Code.tsx

we should move ClipboardIcon from Code.tsx to CopyButton.tsx

Link 🔗

n/a

Steps to Reproduce 🔄

  1. Go to src/components/code/Code.tsx

Screenshots 📸

n/a

Expected Behavior 🤔

ClipboardIcon should be in src/components/code/CopyButton.tsx

Actual Behavior 😱

ClipboardIcon is in src/components/code/Code.tsx

Environment 🌍

n/a

Additional Information ℹ️

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant