diff --git a/apps/webapp/src/routes/+page.svelte b/apps/webapp/src/routes/+page.svelte index 8fd79ba..b8bc436 100644 --- a/apps/webapp/src/routes/+page.svelte +++ b/apps/webapp/src/routes/+page.svelte @@ -23,10 +23,10 @@
-

Issue #123: Implement Dark Mode Toggle

+

Issue #42: Optimize Quantum Entanglement Algorithm

opened by @fixodev

- The website currently lacks a dark mode option. Implement a toggle button in the navigation bar that allows users to switch between light and dark themes. Ensure the preference is saved locally. + The current entanglement algorithm is O(n^3). Refactor for O(log n) complexity to prevent universe collapse.