{questions.map((question) => (
diff --git a/package.json b/package.json
index 4b386d52..68f3a4d5 100644
--- a/package.json
+++ b/package.json
@@ -48,10 +48,10 @@
"postinstall": "remix setup cloudflare-workers",
"generate-icons": "npx @svgr/cli --out-dir app/components/icons-generated -- app/assets/icons",
"eslint": "eslint --ignore-pattern .gitignore \"**/*.ts*\"",
- "prettier": "prettier --check --ignore-path .gitignore \"**/*.{ts*,js,css,md,html}\"",
+ "prettier": "prettier --check --ignore-path .gitignore \"**/*.{ts*,js,css}\"",
"lint": "tsc && npm run prettier && npm run eslint",
"eslint:fix": "eslint --fix --ignore-pattern .gitignore \"**/*.ts*\"",
- "prettier:fix": "prettier --write --ignore-path .gitignore \"**/*.{ts*,js,css,md,html}\"",
+ "prettier:fix": "prettier --write --ignore-path .gitignore \"**/*.{ts*,js,css,md}\"",
"lint:fix": "tsc && npm run prettier:fix && npm run eslint:fix",
"build": "rimraf public/build && npm run generate-icons && cross-env NODE_ENV=production remix build --sourcemap",
"dev:remix": "cross-env NODE_ENV=development remix watch",
diff --git a/public/embed-example.html b/public/embed-example.html
index 14379a2d..139fcf67 100644
--- a/public/embed-example.html
+++ b/public/embed-example.html
@@ -1,62 +1,23 @@
+Some content before embedding aisafety.info search...
-
- Search bar, using links, light theme
-
+
- Only initial questions, using links, system default theme
-
+Some content after...
- Both search and initial questions, opening inline, expanding iframe height, dark theme
-
-
-
-
-
-
-
-Source code:
-