diff --git a/README.md b/README.md
index aead7ae0da..ae6dd37193 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,6 @@ Support for this project has come from [Processing Foundation](https://processin
Hosting and technical support has come from:
-
+
-
+
diff --git a/client/modules/About/pages/About.jsx b/client/modules/About/pages/About.jsx
index 40a8852333..a42c38b559 100644
--- a/client/modules/About/pages/About.jsx
+++ b/client/modules/About/pages/About.jsx
@@ -133,7 +133,7 @@ const About = () => {
{t('About.WebEditor')}: v{packageData?.version}
@@ -142,7 +142,7 @@ const About = () => {
p5.js: v{p5version}
diff --git a/client/modules/IDE/components/AssetListRow.jsx b/client/modules/IDE/components/AssetListRow.jsx
index 756f5a2d79..fa2550399d 100644
--- a/client/modules/IDE/components/AssetListRow.jsx
+++ b/client/modules/IDE/components/AssetListRow.jsx
@@ -22,7 +22,7 @@ const AssetMenu = ({ item: asset }) => {
return (
-
diff --git a/client/modules/IDE/components/Preferences/index.jsx b/client/modules/IDE/components/Preferences/index.jsx
index c74614d70e..11f8a06027 100644
--- a/client/modules/IDE/components/Preferences/index.jsx
+++ b/client/modules/IDE/components/Preferences/index.jsx
@@ -122,7 +122,7 @@ export default function Preferences() {
const markdownComponents = useMemo(() => {
// eslint-disable-next-line react/no-unstable-nested-components
const ExternalLink = ({ children, ...props }) => (
-
+
{children}
);
@@ -622,7 +622,7 @@ export default function Preferences() {