Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Update OtherView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
AppInstalleriOSGH authored Nov 13, 2022
1 parent d99107f commit bed0a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TrollApps/TrollApps/OtherView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import SwiftUI
import SDWebImageSwiftUI
import SDWebImage

struct OtherView: View {
@Environment(\.openURL) var openURL
Expand Down Expand Up @@ -97,7 +96,8 @@ struct OtherView: View {
openURL(URL(string: "https://github.com/haxi0/TrollApps/issues/new")!)
}.foregroundColor(Color.red)
}
}.navigationTitle("Other")
}
.navigationTitle("Credit")
}
}
}

0 comments on commit bed0a26

Please sign in to comment.