diff --git a/src/components/UI/svgs/GopherHomeNodes.tsx b/src/components/UI/svgs/GopherHomeNodes.tsx
index 95d698f10e..8648c17587 100644
--- a/src/components/UI/svgs/GopherHomeNodes.tsx
+++ b/src/components/UI/svgs/GopherHomeNodes.tsx
@@ -1,252 +1,218 @@
import { createIcon } from '@chakra-ui/icons';
-const [w, h] = [164, 252];
+const [w, h] = [214, 243];
-export const GopherHomeLinks = createIcon({
- displayName: 'GopherHomeLinks',
+export const GopherHomeNodes = createIcon({
+ displayName: 'GopherHomeNodes',
viewBox: `0 0 ${w} ${h}`,
path: (
<>
-
+
+
+
-
-
-
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
>
),
defaultProps: {