Restyle app grid with MUI and document app icons (#383)

This commit is contained in:
lenhanphung
2025-12-02 21:53:32 +07:00
committed by GitHub
parent 325d33caef
commit d8f5f9ae46
7 changed files with 143 additions and 23 deletions
+12 -2
View File
@@ -1,7 +1,17 @@
var appList = [
{
name: "Twake",
name: "Chat",
link: "/twake",
icon: "https://twake-chat.com/tild3037-6365-4134-b838-383030366263__twake-chat-logo.svg",
icon: "/assets/images/svg/app-chat.svg",
},
{
name: "Drive",
link: "/drive",
icon: "/assets/images/svg/app-drive.svg",
},
{
name: "Mail",
link: "/mail",
icon: "/assets/images/svg/app-mail.svg",
},
];