From eb7833577d4a8780f248342dfff0415a3aa7cd02 Mon Sep 17 00:00:00 2001 From: vishal2376 Date: Fri, 1 Nov 2024 16:24:11 +0530 Subject: [PATCH] chore: add links in What's new items --- .../home_screen/components/WhatsNewDialogComponent.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/java/com/vishal2376/snaptick/presentation/home_screen/components/WhatsNewDialogComponent.kt b/app/src/main/java/com/vishal2376/snaptick/presentation/home_screen/components/WhatsNewDialogComponent.kt index 2043165b..a774cfa9 100644 --- a/app/src/main/java/com/vishal2376/snaptick/presentation/home_screen/components/WhatsNewDialogComponent.kt +++ b/app/src/main/java/com/vishal2376/snaptick/presentation/home_screen/components/WhatsNewDialogComponent.kt @@ -55,17 +55,17 @@ fun WhatsNewDialogComponent( NewItem( "Material You Theme", "Enjoy a dynamic theme that adapts to your wallpaper", - "" + "https://github.com/vishal2376/snaptick/issues/19#issuecomment-2451274281" ), NewItem( " Offline Backup Support", "Keep your tasks safe, no internet required. Never lose your progress again!", - "" + "https://github.com/vishal2376/snaptick/issues/30#issuecomment-2451297596" ), NewItem( "New Time Format", "Choose your style: 12-hour or 24-hour time format, it's up to you!", - "" + "https://github.com/vishal2376/snaptick/issues/63#issuecomment-2351571657" ), NewItem( "Adaptive Icon",