diff --git a/public/images/common/copy.svg b/public/images/common/copy.svg
index 7f66f196d2..54e48ca27f 100644
--- a/public/images/common/copy.svg
+++ b/public/images/common/copy.svg
@@ -1,3 +1,3 @@
diff --git a/public/images/sidebar/copy-bold.svg b/public/images/sidebar/copy-bold.svg
index 23aa4862f5..9fd56d42d7 100644
--- a/public/images/sidebar/copy-bold.svg
+++ b/public/images/sidebar/copy-bold.svg
@@ -1,3 +1,3 @@
diff --git a/public/images/sidebar/copy.svg b/public/images/sidebar/copy.svg
deleted file mode 100644
index 4aae41b27f..0000000000
--- a/public/images/sidebar/copy.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/public/images/sidebar/qr.svg b/public/images/sidebar/qr.svg
deleted file mode 100644
index b20cb787a9..0000000000
--- a/public/images/sidebar/qr.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-
diff --git a/src/components/common/CopyButton/index.tsx b/src/components/common/CopyButton/index.tsx
index aad0230c75..98d9e8468b 100644
--- a/src/components/common/CopyButton/index.tsx
+++ b/src/components/common/CopyButton/index.tsx
@@ -36,19 +36,7 @@ const CopyButton = ({
return (
- {children ?? (
- palette.border.main,
- },
- }}
- fontSize="small"
- />
- )}
+ {children ?? }
)
diff --git a/src/components/dashboard/Overview/Overview.tsx b/src/components/dashboard/Overview/Overview.tsx
index 19513a4847..988b8f3bd5 100644
--- a/src/components/dashboard/Overview/Overview.tsx
+++ b/src/components/dashboard/Overview/Overview.tsx
@@ -125,7 +125,7 @@ const Overview = (): ReactElement => {
-
+
diff --git a/src/components/sidebar/SidebarHeader/index.tsx b/src/components/sidebar/SidebarHeader/index.tsx
index 217a7e464f..f15c3179f8 100644
--- a/src/components/sidebar/SidebarHeader/index.tsx
+++ b/src/components/sidebar/SidebarHeader/index.tsx
@@ -101,7 +101,7 @@ const SafeHeader = (): ReactElement => {