Skip to content

Commit

Permalink
Remove powered by zcash badge on splash
Browse files Browse the repository at this point in the history
  • Loading branch information
tw0po1nt committed Nov 29, 2023
1 parent 62a58fd commit 6c1f8e9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 19 deletions.
6 changes: 0 additions & 6 deletions modules/Sources/Features/Splash/SplashView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ public struct SplashView: View {
}

Spacer()

Asset.Assets.Icons.Nighthawk.poweredByZcash
.image
.resizable()
.frame(width: 131, height: 20)
.padding(.bottom, 44)
}
.onChange(of: scenePhase) { newPhase in
viewStore.send(.scenePhaseChanged(newPhase))
Expand Down

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion modules/Sources/Generated/XCAssets+Generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public enum Asset {
public static let nighthawkSymbolPeach = ImageAsset(name: "nighthawk_symbol_peach")
public static let notifications = ImageAsset(name: "notifications")
public static let piggy = ImageAsset(name: "piggy")
public static let poweredByZcash = ImageAsset(name: "powered_by_zcash")
public static let preparing = ImageAsset(name: "preparing")
public static let receive = ImageAsset(name: "receive")
public static let received = ImageAsset(name: "received")
Expand Down

0 comments on commit 6c1f8e9

Please sign in to comment.