Skip to content

Commit

Permalink
Update HomeViewModel.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrushy authored Oct 21, 2024
1 parent ee809e9 commit d8c4378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code Relay/Code Relay/HomeViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ final class HomeViewModel: ObservableObject {
coordinate: CLLocationCoordinate2D(latitude: 53.801097, longitude: -1.538588),
phoneNumber: "0044 113 391 2950"
),
Location(title: "NQ64 Arcade Bar", details: "Retro Gaming Bar", coordinate: nil, phoneNumber: "0044 113 245 5333"),
Location(title: "K-Cube", details: "Karaoke all night long", coordinate: nil, phoneNumber: "0044 113 322 6625"),
Location(title: "NQ64 Arcade Bar", details: "Retro Gaming Bar", coordinate: CLLocationCoordinate2D(latitude: 53.8004635, longitude: -1.5406172), phoneNumber: "0044 113 245 5333"),
Location(title: "K-Cube", details: "Karaoke all night long", coordinate: CLLocationCoordinate2D(latitude: 53.8010051, longitude: -1.5471566), phoneNumber: "0044 113 322 6625"),
]
}

Expand Down

0 comments on commit d8c4378

Please sign in to comment.