This commit is contained in:
Philip Cesar Garay
2025-08-05 21:04:28 +08:00
parent e22b87bd49
commit d08ec7b778
24 changed files with 994 additions and 78 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 536 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

+2
View File
@@ -65,6 +65,7 @@ import play from "./icons/play.png";
import disk from "./icons/disk.png";
import stars from "./icons/stars.png";
import musicLandLogo from "./icons/musicLandLogo.png";
import close from "./icons/close.png";
export const icons = {
bell,
@@ -117,6 +118,7 @@ export const icons = {
disk,
stars,
musicLandLogo,
close,
};
import triangle from "./art/triangle.png";