[cleanup]: removed unused or redundant icons and image assets

This commit is contained in:
Magesh K
2024-12-17 03:37:05 +05:30
parent 2737384147
commit fd03b33e9b
5 changed files with 1 additions and 197 deletions

View File

@@ -138,7 +138,7 @@ private extension AppDetailWidgetView
{
func backgroundView(icon: UIImage? = nil, tintColor: UIColor? = nil) -> some View
{
let icon = icon ?? UIImage(named: "AltStore")!
let icon = icon ?? UIImage(named: "SideStore")!
let tintColor = tintColor ?? .gray
let imageHeight = 60 as CGFloat