diff --git a/src/components/UI/icons/DiscordIcon.tsx b/src/components/UI/icons/DiscordIcon.tsx
index dd068036b5..ca1f8f400b 100644
--- a/src/components/UI/icons/DiscordIcon.tsx
+++ b/src/components/UI/icons/DiscordIcon.tsx
@@ -4,11 +4,6 @@ export const DiscordIcon = createIcon({
displayName: 'DiscordIcon',
viewBox: '0 0 32 24',
path: (
-
+
)
});
diff --git a/src/components/UI/icons/GitHubIcon.tsx b/src/components/UI/icons/GitHubIcon.tsx
index a7954f782a..a74f788c78 100644
--- a/src/components/UI/icons/GitHubIcon.tsx
+++ b/src/components/UI/icons/GitHubIcon.tsx
@@ -4,11 +4,6 @@ export const GitHubIcon = createIcon({
displayName: 'GitHubIcon',
viewBox: '0 0 26 24',
path: (
-
+
)
});
diff --git a/src/components/UI/icons/HamburgerIcon.tsx b/src/components/UI/icons/HamburgerIcon.tsx
index 954b9f57c9..879fb072d0 100644
--- a/src/components/UI/icons/HamburgerIcon.tsx
+++ b/src/components/UI/icons/HamburgerIcon.tsx
@@ -4,13 +4,6 @@ export const HamburgerIcon = createIcon({
displayName: 'HamburgerIcon',
viewBox: '0 0 22 14',
path: (
-
+
)
});
diff --git a/src/components/UI/icons/LensIcon.tsx b/src/components/UI/icons/LensIcon.tsx
index d13c13776d..9ab332e067 100644
--- a/src/components/UI/icons/LensIcon.tsx
+++ b/src/components/UI/icons/LensIcon.tsx
@@ -4,11 +4,6 @@ export const LensIcon = createIcon({
displayName: 'LensIcon',
viewBox: '0 0 17 18',
path: (
-
+
)
});
diff --git a/src/components/UI/icons/LinuxPenguin.tsx b/src/components/UI/icons/LinuxPenguin.tsx
index 377fb62376..2a6d36d1f6 100644
--- a/src/components/UI/icons/LinuxPenguin.tsx
+++ b/src/components/UI/icons/LinuxPenguin.tsx
@@ -7,12 +7,7 @@ const Icon = createIcon({
displayName: 'LinuxPenguin',
viewBox: `0 0 ${w} ${h}`,
path: (
-
+
)
});
diff --git a/src/components/UI/icons/MacosLogo.tsx b/src/components/UI/icons/MacosLogo.tsx
index 622ad91f71..89a4a6f79e 100644
--- a/src/components/UI/icons/MacosLogo.tsx
+++ b/src/components/UI/icons/MacosLogo.tsx
@@ -7,12 +7,7 @@ const Icon = createIcon({
displayName: 'MacosLogo',
viewBox: `0 0 ${w} ${h}`,
path: (
-
+
)
});
diff --git a/src/components/UI/icons/MoonIcon.tsx b/src/components/UI/icons/MoonIcon.tsx
index aa5db596a5..765625acb8 100644
--- a/src/components/UI/icons/MoonIcon.tsx
+++ b/src/components/UI/icons/MoonIcon.tsx
@@ -4,11 +4,6 @@ export const MoonIcon = createIcon({
displayName: 'MoonIcon',
viewBox: '0 0 22 22',
path: (
-
+
)
});
diff --git a/src/components/UI/icons/SourceBranch.tsx b/src/components/UI/icons/SourceBranch.tsx
index e616360af1..8c352e1cd3 100644
--- a/src/components/UI/icons/SourceBranch.tsx
+++ b/src/components/UI/icons/SourceBranch.tsx
@@ -7,12 +7,7 @@ const Icon = createIcon({
displayName: 'SourceBranch',
viewBox: `0 0 ${w} ${h}`,
path: (
-
+
)
});
diff --git a/src/components/UI/icons/SunIcon.tsx b/src/components/UI/icons/SunIcon.tsx
index 4a69f77fa5..2555a5c128 100644
--- a/src/components/UI/icons/SunIcon.tsx
+++ b/src/components/UI/icons/SunIcon.tsx
@@ -4,31 +4,6 @@ export const SunIcon = createIcon({
displayName: 'SunIcon',
viewBox: '0 0 44 44',
path: (
-
+
)
});
diff --git a/src/components/UI/icons/TwitterIcon.tsx b/src/components/UI/icons/TwitterIcon.tsx
index 61f6f73283..be4aff8ef6 100644
--- a/src/components/UI/icons/TwitterIcon.tsx
+++ b/src/components/UI/icons/TwitterIcon.tsx
@@ -4,11 +4,6 @@ export const TwitterIcon = createIcon({
displayName: 'TwitterIcon',
viewBox: '0 0 28 22',
path: (
-
+
)
});
diff --git a/src/components/UI/icons/WindowsLogo.tsx b/src/components/UI/icons/WindowsLogo.tsx
index a447ebbffe..aa94ebeb0b 100644
--- a/src/components/UI/icons/WindowsLogo.tsx
+++ b/src/components/UI/icons/WindowsLogo.tsx
@@ -7,12 +7,7 @@ const Icon = createIcon({
displayName: 'WindowsLogo',
viewBox: `0 0 ${w} ${h}`,
path: (
-
+
)
});
diff --git a/src/components/UI/svgs/AddIcon.tsx b/src/components/UI/svgs/AddIcon.tsx
index c4ddec18af..906a2045af 100644
--- a/src/components/UI/svgs/AddIcon.tsx
+++ b/src/components/UI/svgs/AddIcon.tsx
@@ -7,12 +7,7 @@ const Icon = createIcon({
displayName: 'AddIcon',
viewBox: `0 0 ${w} ${h}`,
path: (
-
+
)
});
diff --git a/src/components/UI/svgs/GlyphHome.tsx b/src/components/UI/svgs/GlyphHome.tsx
index 4e25ad08b0..2df7b4e989 100644
--- a/src/components/UI/svgs/GlyphHome.tsx
+++ b/src/components/UI/svgs/GlyphHome.tsx
@@ -7,44 +7,7 @@ const Icon = createIcon({
displayName: 'GlyphHome',
viewBox: `0 0 ${w} ${h}`,
path: (
-
+
)
});
diff --git a/src/components/UI/svgs/GopherDownloads.tsx b/src/components/UI/svgs/GopherDownloads.tsx
index df438c2dd9..704e12da78 100644
--- a/src/components/UI/svgs/GopherDownloads.tsx
+++ b/src/components/UI/svgs/GopherDownloads.tsx
@@ -7,2936 +7,7 @@ const Icon = createIcon({
displayName: 'GopherDownloads',
viewBox: `0 0 ${w} ${h}`,
path: (
-
+
)
});
diff --git a/src/components/UI/svgs/GopherHomeFront.tsx b/src/components/UI/svgs/GopherHomeFront.tsx
index c27023c3ce..551be53ec2 100644
--- a/src/components/UI/svgs/GopherHomeFront.tsx
+++ b/src/components/UI/svgs/GopherHomeFront.tsx
@@ -7,2714 +7,7 @@ const Icon = createIcon({
displayName: 'GopherHomeFront',
viewBox: `0 0 ${w} ${h}`,
path: (
-
+
)
});
diff --git a/src/components/UI/svgs/GopherHomeLinks.tsx b/src/components/UI/svgs/GopherHomeLinks.tsx
index abc8883c2d..84b3ea604b 100644
--- a/src/components/UI/svgs/GopherHomeLinks.tsx
+++ b/src/components/UI/svgs/GopherHomeLinks.tsx
@@ -7,2498 +7,7 @@ const Icon = createIcon({
displayName: 'GopherHomeLinks',
viewBox: `0 0 ${w} ${h}`,
path: (
-
+
)
});
diff --git a/src/components/UI/svgs/GopherHomeNodes.tsx b/src/components/UI/svgs/GopherHomeNodes.tsx
index f80517c2c7..5588dd9de2 100644
--- a/src/components/UI/svgs/GopherHomeNodes.tsx
+++ b/src/components/UI/svgs/GopherHomeNodes.tsx
@@ -7,1784 +7,7 @@ const Icon = createIcon({
displayName: 'GopherHomeNodes',
viewBox: `0 0 ${w} ${h}`,
path: (
-
+
)
});
diff --git a/src/components/UI/svgs/MinusIcon.tsx b/src/components/UI/svgs/MinusIcon.tsx
index 71a72d1b92..9f789e2eea 100644
--- a/src/components/UI/svgs/MinusIcon.tsx
+++ b/src/components/UI/svgs/MinusIcon.tsx
@@ -7,11 +7,7 @@ const Icon = createIcon({
displayName: 'MinusIcon',
viewBox: `0 0 ${w} ${h}`,
path: (
-
+
)
});
diff --git a/src/components/layouts/Footer.tsx b/src/components/layouts/Footer.tsx
index 42c394c2fe..e230636cba 100644
--- a/src/components/layouts/Footer.tsx
+++ b/src/components/layouts/Footer.tsx
@@ -41,10 +41,9 @@ export const Footer: FC = () => {
_hover={hoverStyles}
borderRight='2px solid'
borderColor='primary'
- p={4}
>