diff --git a/src/components/General/RightSideBar/DiamondCard.tsx b/src/components/General/RightSideBar/DiamondCard.tsx
new file mode 100644
index 00000000..da5e43c0
--- /dev/null
+++ b/src/components/General/RightSideBar/DiamondCard.tsx
@@ -0,0 +1,36 @@
+import { Text } from '@status-im/components'
+import { XStack, YStack } from 'tamagui'
+
+const DiamondCard = () => {
+ return (
+
+
+ 💎 Diamond Hands
+
+
+ $0.00
+
+
+
+ 0%
+
+
+ .
+
+
+ $0
+
+
+
+ )
+}
+
+export default DiamondCard
diff --git a/src/components/General/RightSideBar/RightSidebar.tsx b/src/components/General/RightSideBar/RightSidebar.tsx
index 55b07c9b..23f12a85 100644
--- a/src/components/General/RightSideBar/RightSidebar.tsx
+++ b/src/components/General/RightSideBar/RightSidebar.tsx
@@ -7,6 +7,7 @@ import ValidatorsList from './ValidatorsList'
import AlertsList from './AlertsList'
import LogsList from './LogsList'
import { getFormattedWalletAddress } from '../../../utilities'
+import DiamondCard from './DiamondCard'
const RightSidebar = () => {
const countOfValidators = useSelector((state: any) => state.rightSidebar.countOfValidators)
@@ -33,33 +34,7 @@ const RightSidebar = () => {
-
-
- 💎 Diamond Hands
-
-
- $0.00
-
-
-
- 0%
-
-
- .
-
-
- $0
-
-
-
+