diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 1c89dba..7647d23 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -112,10 +112,10 @@ function App() { const themes = [ { id: "default", label: "Default", icon: "🏠" }, { id: "blackhole", label: "Blackhole", icon: "🕳️" }, - { id: "star", label: "Star", icon: "⭐" }, - { id: "ball", label: "Ball", icon: "⚽" }, + // { id: "star", label: "Star", icon: "⭐" }, + // { id: "ball", label: "Ball", icon: "⚽" }, { id: "reflect", label: "Reflect", icon: "🪞" }, - { id: "clouds", label: "Clouds", icon: "☁️" }, + // { id: "clouds", label: "Clouds", icon: "☁️" }, { id: "sakura", label: "Sakura", icon: "🌸" }, ];