Skip to content

Commit

Permalink
fix map attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Oct 2, 2024
1 parent 48c1dbb commit cd6b2d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/application.js.erb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function showLocations(ids, lats, lons, contents, num_machines, latLng) {
protomaps: {
type: "vector",
url: "<%= ENV['PMTILES_URL'] %>",
attribution: '<a href="https://protomaps.com">Protomaps</a> <a href="https://maplibre.org/">Maplibre</a> © <a href="https://openstreetmap.org">OpenStreetMap</a>'
attribution: '<a href="https://protomaps.com">Protomaps</a> © <a href="https://openstreetmap.org">OpenStreetMap</a>'
}
},
"layers": [
Expand Down
2 changes: 1 addition & 1 deletion app/views/pages/home.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
.news{:style => 'display: flex;justify-content: center;'}
=image_tag( 'purple-machine.png', :alt => 'machine graphic', :style => 'height:130px;')
.news
%p== On the go? Use the award-winning #{link_to "Pinball Map mobile app", app_path, :class => "red bold"} to find places to play near you.
%p== On the go? Use the #{link_to "Pinball Map mobile app", app_path, :class => "red bold"} to find places to play near you.
%p
Available for Android and iOS, the app is free and contains no ads, tracking, or tricks. Just pinball!
%div.flex_center.mb_10#about
Expand Down

0 comments on commit cd6b2d6

Please sign in to comment.