From c054214035b7977695d219fd12bf74920afc4f69 Mon Sep 17 00:00:00 2001 From: wheelchairy Date: Thu, 26 Sep 2024 18:15:05 +0300 Subject: [PATCH] Update HomeView.swift fixed app credits avatar --- Nugget/Views/NavigatorViews/HomeView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nugget/Views/NavigatorViews/HomeView.swift b/Nugget/Views/NavigatorViews/HomeView.swift index bea2d44..ce14fc8 100644 --- a/Nugget/Views/NavigatorViews/HomeView.swift +++ b/Nugget/Views/NavigatorViews/HomeView.swift @@ -138,7 +138,7 @@ struct HomeView: View { // MARK: App Credits Section { // app credits - LinkCell(imageName: "leminlimez", url: "https://x.com/leminlimez", title: "leminlimez", contribution: NSLocalizedString("Main Developer", comment: "leminlimez's contribution"), circle: true) + LinkCell(imageName: "LeminLimez", url: "https://x.com/leminlimez", title: "leminlimez", contribution: NSLocalizedString("Main Developer", comment: "leminlimez's contribution"), circle: true) LinkCell(imageName: "khanhduytran", url: "https://github.com/khanhduytran0/SparseBox", title: "khanhduytran0", contribution: "SparseBox", circle: true) LinkCell(imageName: "jjtech", url: "https://github.com/JJTech0130/TrollRestore", title: "JJTech0130", contribution: "Sparserestore", circle: true) LinkCell(imageName: "disfordottie", url: "https://x.com/disfordottie", title: "disfordottie", contribution: "Some Global Flag Features", circle: true)