Compare commits
2 Commits
52793977f8
...
c6b0038623
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6b0038623 | ||
| 42773a44d3 |
@ -112,10 +112,10 @@ function App() {
|
|||||||
const themes = [
|
const themes = [
|
||||||
{ id: "default", label: "Default", icon: "🏠" },
|
{ id: "default", label: "Default", icon: "🏠" },
|
||||||
{ id: "blackhole", label: "Blackhole", icon: "🕳️" },
|
{ id: "blackhole", label: "Blackhole", icon: "🕳️" },
|
||||||
{ id: "star", label: "Star", icon: "⭐" },
|
// { id: "star", label: "Star", icon: "⭐" },
|
||||||
{ id: "ball", label: "Ball", icon: "⚽" },
|
// { id: "ball", label: "Ball", icon: "⚽" },
|
||||||
{ id: "reflect", label: "Reflect", icon: "🪞" },
|
{ id: "reflect", label: "Reflect", icon: "🪞" },
|
||||||
{ id: "clouds", label: "Clouds", icon: "☁️" },
|
// { id: "clouds", label: "Clouds", icon: "☁️" },
|
||||||
{ id: "sakura", label: "Sakura", icon: "🌸" },
|
{ id: "sakura", label: "Sakura", icon: "🌸" },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user