diff --git a/README.md b/README.md
index cf91b2775..86c99b064 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ This project is currently under development.
- Responsive
- UI Components
- Theming
-- Standarized Data Hooks
+- Standardized Data Hooks
- Integrations - Integrate seamlessly with the most common ecommerce platforms.
- Dark Mode Support
diff --git a/components/common/HTMLContent/HTMLContent.module.css b/components/common/HTMLContent/HTMLContent.module.css
deleted file mode 100644
index 0e6d8f917..000000000
--- a/components/common/HTMLContent/HTMLContent.module.css
+++ /dev/null
@@ -1,26 +0,0 @@
-.root {
- @apply text-lg leading-7 font-medium max-w-6xl mx-auto;
-}
-
-.root p {
- @apply text-justify;
-}
-
-.root h1 {
- @apply text-5xl mb-12;
-}
-
-.root h2 {
- @apply text-3xl mt-12 mb-4 leading-snug;
-}
-
-.root h3 {
- @apply text-2xl mt-8 mb-4 leading-snug;
-}
-
-.root p,
-.root ul,
-.root ol,
-.root blockquote {
- @apply mb-6;
-}
diff --git a/components/common/HTMLContent/HTMLContent.tsx b/components/common/HTMLContent/HTMLContent.tsx
deleted file mode 100644
index d041ff369..000000000
--- a/components/common/HTMLContent/HTMLContent.tsx
+++ /dev/null
@@ -1,16 +0,0 @@
-import cn from 'classnames'
-import s from './HTMLContent.module.css'
-
-type Props = {
- className?: 'string'
- html: string
-}
-
-export default function HTMLContent({ className, html }: Props) {
- return (
-
- )
-}
diff --git a/components/common/HTMLContent/index.ts b/components/common/HTMLContent/index.ts
deleted file mode 100644
index 0a1dcb276..000000000
--- a/components/common/HTMLContent/index.ts
+++ /dev/null
@@ -1 +0,0 @@
-export { default } from './HTMLContent'
diff --git a/components/common/index.ts b/components/common/index.ts
index d39b38065..1d9329f56 100644
--- a/components/common/index.ts
+++ b/components/common/index.ts
@@ -7,5 +7,4 @@ export { default as Searchbar } from './Searchbar'
export { default as UserNav } from './UserNav'
export { default as Toggle } from './Toggle'
export { default as Head } from './Head'
-export { default as HTMLContent } from './HTMLContent'
export { default as I18nWidget } from './I18nWidget'
diff --git a/components/icons/Github.tsx b/components/icons/Github.tsx
index b8cc0c558..1195a3c3a 100644
--- a/components/icons/Github.tsx
+++ b/components/icons/Github.tsx
@@ -1,4 +1,4 @@
-const Sun = ({ ...props }) => {
+const Github = ({ ...props }) => {
return (