diff --git a/widget.js b/widget.js
index 985c285..486cb27 100644
--- a/widget.js
+++ b/widget.js
@@ -440,22 +440,22 @@ const styles = `
// SVG icons
const icons = {
- buttonsvg: ``,
- highContrast: ``,
- biggerText: ``,
- textSpacing: ``,
- pauseAnimations: ``,
- hideImages: ``,
- dyslexiaFont: ``,
- biggerCursor: ``,
- lineHeight: ``,
- textAlign: ``,
- screenReader: ``,
- resetAll: ``,
- voiceControl: ``,
- fontSelection: ``,
- colorFilter: ``,
- reducedMotion: ``,
+ buttonsvg: ``,
+ highContrast: ``,
+ biggerText: ``,
+ textSpacing: ``,
+ pauseAnimations: ``,
+ hideImages: ``,
+ dyslexiaFont: ``,
+ biggerCursor: ``,
+ lineHeight: ``,
+ textAlign: ``,
+ screenReader: ``,
+ resetAll: ``,
+ voiceControl: ``,
+ fontSelection: ``,
+ colorFilter: ``,
+ reducedMotion: ``,
};
// ===========================================