diff --git a/README.md b/README.md
index 8216555..5726678 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,6 @@ There are many ways to get in touch:
1. Open a [GitHub issue](https://github.com/ayoayco/wcb/issues/new) or [discussion](https://github.com/ayoayco/wcb/discussions)
1. Submit a ticket via [SourceHut todo](https://todo.sr.ht/~ayoayco/wcb)
1. Email me: [ayo@ayco.io](mailto:ayo@ayco.io)
-1. Chat on Discord: [Ayo's Projects](https://discord.gg/kkvW7GYNAp)
## Inspirations and thanks
@@ -35,5 +34,6 @@ There are many ways to get in touch:
1. [lit](https://github.com/lit/lit) - `lit-html` continues to amaze me and I worked to make `wcb` generic so I (and others) can continue to use it
---
-*Just keep building.*
-*A project by [Ayo](https://ayo.ayco.io)*
+
+_Just keep building._
+_A project by [Ayo](https://ayo.ayco.io)_
diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs
index 46c6fd4..e659aa2 100644
--- a/docs/astro.config.mjs
+++ b/docs/astro.config.mjs
@@ -14,7 +14,6 @@ export default defineConfig({
npm: 'https://www.npmjs.com/package/web-component-base',
sourcehut: 'https://sr.ht/~ayoayco/wcb/',
github: 'https://github.com/ayoayco/wcb/',
- discord: 'https://discord.gg/kkvW7GYNAp',
},
sidebar: [
{
diff --git a/docs/src/content/docs/guides/why.mdx b/docs/src/content/docs/guides/why.mdx
index f570d74..bd79de3 100644
--- a/docs/src/content/docs/guides/why.mdx
+++ b/docs/src/content/docs/guides/why.mdx
@@ -3,7 +3,7 @@ title: Why use this base class?
slug: 'why'
---
-import { Aside, Badge } from '@astrojs/starlight/components';
+import { Aside, Badge } from '@astrojs/starlight/components'
Often times, when simple websites need a quick custom element, the simplest way is to create one extending from `HTMLElement`. However, it can quickly reach a point where writing the code from scratch can seem confusing and hard to maintain especially when compared to other projects with more advanced setups.
@@ -19,5 +19,4 @@ Have questions or suggestions? There are many ways to get in touch:
1. Open a [GitHub issue](https://github.com/ayoayco/wcb/issues/new) or [discussion](https://github.com/ayoayco/wcb/discussions)
1. Submit a ticket via [SourceHut todo](https://todo.sr.ht/~ayoayco/wcb)
1. Email me: [ayo@ayco.io](mailto:ayo@ayco.io)
-1. Chat on Discord: [Ayo's Projects](https://discord.gg/kkvW7GYNAp)
-
\ No newline at end of file
+