Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
reez committed Sep 4, 2023
1 parent d6d55d0 commit afaf202
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sources/BitcoinUI/Images.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ struct IconView: View {
}
}

struct HardwareIllustrationsView: View {
struct IconsView: View {
var body: some View {

ZStack {
Color(UIColor.systemBackground)

VStack {
Text("Hardware Illustrations")
Text("Images")
.underline()
.font(.largeTitle)
.fontWeight(.semibold)
Expand Down Expand Up @@ -119,9 +119,9 @@ struct HardwareIllustrationsView: View {
struct IconsView_Previews: PreviewProvider {
static var previews: some View {
Group {
HardwareIllustrationsView()
IconsView()
.environment(\.colorScheme, .light)
HardwareIllustrationsView()
IconsView()
.environment(\.colorScheme, .dark)
}
}
Expand Down

0 comments on commit afaf202

Please sign in to comment.