Skip to content

Commit

Permalink
Add arcade bar, ❤️ SwiftLeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodedSelf committed Oct 9, 2024
1 parent cbd38a6 commit 5243c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Code Relay/Code Relay/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ struct SettingsView: View {
var body: some View {
VStack {
Text("Developed at ") +
Text("SwiftLeeds")
Text("SwiftLeeds ❤️")
.font(.title)
.bold()
.foregroundStyle(.red)
Expand Down
1 change: 1 addition & 0 deletions Code Relay/Code Relay/ViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ struct ViewModel {
Location(title: "Royal Armouries", details: "Good Armor", coordinate: nil, phoneNumber: "0044 113 220 1916"),
Location(title: "Brew Society", details: "Good Beer", coordinate: nil, phoneNumber: nil),
Location(title: "Brew Dog", details: "Good Dog Beer", coordinate: nil, phoneNumber: "0044 113 391 2950"),
Location(title: "NQ64 Arcade Bar", details: "Retro Gaming Bar", coordinate: nil, phoneNumber: "0044 113 245 5333"),
]
}

Expand Down

0 comments on commit 5243c42

Please sign in to comment.