Compare commits
1 Commits
aa51d27e14
...
c39b46b79c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c39b46b79c |
@ -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: "🌸" },
|
||||
];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user