From 4cbe1b0a786aa343a08dc7ce73b357296ceb530d Mon Sep 17 00:00:00 2001 From: Khairul Hidayat Date: Fri, 21 Mar 2025 00:50:17 +0000 Subject: [PATCH] feat: add notes --- src/launcher.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/launcher.ts b/src/launcher.ts index 2bc55fb..32fc06d 100644 --- a/src/launcher.ts +++ b/src/launcher.ts @@ -46,6 +46,11 @@ export const launcherItems: LauncherItem[] = [ href: "http://yt2mp3.home.ip", icon: "https://git.rul.sh/khairul169/Go-YT2MP3/raw/branch/main/ui/public/android-chrome-512x512.png", }, + { + name: "Notes", + href: "https://notes.rul.sh", + icon: "https://notes.rul.sh/android-chrome-192x192.png", + }, { name: "Memos", href: "https://memos.rul.sh",