diff --git a/sites/shared/components/mdx/example/TextOnPath/index.js b/sites/shared/components/mdx/example/TextOnPath/index.js
index 9172b844e00..be160e0f13b 100644
--- a/sites/shared/components/mdx/example/TextOnPath/index.js
+++ b/sites/shared/components/mdx/example/TextOnPath/index.js
@@ -3,7 +3,6 @@ import { useTranslation } from 'next-i18next'
const TextOnPath = (props) => {
const { t } = useTranslation(['plugin'])
- const text = []
// Handle translation
let translated = ''
for (let string of props.path.attributes.getAsArray('data-text')) {
diff --git a/sites/shared/components/mdx/prev-next.js b/sites/shared/components/mdx/prev-next.js
index 55f582f0086..dc49d95b58c 100644
--- a/sites/shared/components/mdx/prev-next.js
+++ b/sites/shared/components/mdx/prev-next.js
@@ -76,7 +76,7 @@ const renderPrevious = node => node
? (
-
+
{node.__linktitle}
diff --git a/sites/shared/components/modal.js b/sites/shared/components/modal.js
index 58fff8eb661..2e0850deec5 100644
--- a/sites/shared/components/modal.js
+++ b/sites/shared/components/modal.js
@@ -1,22 +1,16 @@
-import { useState } from 'react'
-
-const Modal = ({ cancel, children }) => {
-
-
- return (
-
- )
-}
+const Modal = ({ cancel, children }) => (
+
+)
export default Modal
diff --git a/sites/shared/components/navigation/primary.js b/sites/shared/components/navigation/primary.js
index 51cf719559b..0e99c558cc6 100644
--- a/sites/shared/components/navigation/primary.js
+++ b/sites/shared/components/navigation/primary.js
@@ -15,13 +15,6 @@ import ShowcaseIcon from 'shared/components/icons/camera.js'
// Don't show children for blog and showcase posts
const keepClosed = ['blog', 'showcase', ]
-// TODO: For now we force tailwind to pickup these styles
-// At some point this should 'just work' though, but let's not worry about it now
-const force = [
-
,
-
-]
-
// List of icons matched to top-level slug
const icons = {
accessories: (className='') =>
,
diff --git a/sites/shared/components/popout.js b/sites/shared/components/popout.js
index 1c65f40dd7f..e4b6ef5b415 100644
--- a/sites/shared/components/popout.js
+++ b/sites/shared/components/popout.js
@@ -12,21 +12,6 @@ const colors = {
none: '',
}
-let forceTailwind =
-forceTailwind +=
-forceTailwind +=
-forceTailwind +=
-forceTailwind +=
-forceTailwind +=
-forceTailwind +=
-forceTailwind +=
-forceTailwind +=
-forceTailwind +=
-forceTailwind +=
-forceTailwind +=
-forceTailwind +=
-forceTailwind +=
-
const Popout = (props) => {
const [hide, setHide] = useState(false)
@@ -73,7 +58,7 @@ const Popout = (props) => {
{type === 'comment' && <> by {props.by}>}
- {props?.hideable && (
+ {props.hideable && (