diff --git a/README.md b/README.md
index f7ba07e40..745bf02dd 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ npm run dev
This should start the console application on [http://localhost:3000](http://localhost:3000).
-_Note:_ The `server.js` file uses [@fastify/vite](https://fastify-vite.dev/) to build and serve the Astro frontend contained in the `/client` folder. You can find the configuration in the [`vite.config.js` file](./vite.config.js)
+_Note:_ The `server.js` file uses [@fastify/vite](https://fastify-vite.dev/) to build and serve the React frontend contained in the `/client` folder. You can find the configuration in the [`vite.config.js` file](./vite.config.js).
## Previous WebSockets version
diff --git a/src/components/EventConsole.astro b/src/components/EventConsole.astro
deleted file mode 100644
index 8fd96fee4..000000000
--- a/src/components/EventConsole.astro
+++ /dev/null
@@ -1,40 +0,0 @@
-