Skip to content

Commit

Permalink
Hotfix #1 : Incorrect Tag Name
Browse files Browse the repository at this point in the history
Changed Tag name from "Advanced Search" to "Characters"
  • Loading branch information
martingdela committed Feb 20, 2020
1 parent 861ce58 commit aa6a647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlinkChallenge/FlinkChallenge/Views/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct ContentView: View {
VStack {
Image(systemName: "person.circle.fill")
.foregroundColor(.gray)
Text("Advanced Search")
Text("Characters")
}
}

Expand Down

0 comments on commit aa6a647

Please sign in to comment.