Changed settings links

This commit is contained in:
Juan Gilsanz Polo
2025-06-17 21:37:23 +02:00
parent 7f013e7cc6
commit 82ac5407a1
9 changed files with 52 additions and 53 deletions

View File

@@ -4,7 +4,8 @@ class Urls {
static const gitHubRepo = "https://github.com/JGeek00/linkdy";
static const playStoreLink = "https://play.google.com/store/apps/details?id=com.jgeek00.linkdy&pcampaignid=web_share";
static const linkdingRepo = "https://github.com/sissbruecker/linkding";
static const support = "https://appsupport.jgeek00.com";
static String gstatic(url) =>
"https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=$url&size=16";
static String appDetailsPage = "https://apps.jgeek00.com/8w0n3nmp891tp6q";
static String appsWebsite = "https://apps.jgeek00.com";
}