From 3463fea5c0744f680a53ecc6f077447c8b43a0b1 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 15 Sep 2024 13:27:26 +0700 Subject: notif: update example message for notification --- notif/example.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notif/example.ts b/notif/example.ts index b2ff5d7..50c1c10 100644 --- a/notif/example.ts +++ b/notif/example.ts @@ -15,7 +15,8 @@ function main() { inputMsg = document.createElement("textarea") as HTMLTextAreaElement; inputMsg.id = "input_msg"; - inputMsg.value = `Hello world, this is a notification with HTML format using bold and underline words.`; + inputMsg.value = + "Test notification with HTML format using bold and underline words."; document.body.appendChild(inputMsg); const elWrapper = document.createElement("div"); -- cgit v1.3