Skip to content

Commit

Permalink
App banners
Browse files Browse the repository at this point in the history
  • Loading branch information
blahblahblah- committed May 26, 2024
1 parent e94f762 commit f189b9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/javascript/packs/components/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ class Footer extends React.Component {
Subwaydle - Daily Subway Puzzle Game
</a>
</List.Item>
<List.Item>
<a href="https://apps.apple.com/us/app/the-weekendest-nyc-subway-map/id6476543418?itsct=apps_box_badge&amp;itscg=30200" style={{display: "inline-block", overflow: "hidden", borderRadius: "7.5px", width: "125px", height: "41.5px"}}>
<img src="https://tools.applemediaservices.com/api/badges/download-on-the-app-store/black/en-us?size=250x83&amp;releaseDate=1716681600" alt="Download on the App Store" style={{borderRadius: "7.5px", width: "125px", height: "41.5px"}} />
</a>
</List.Item>
</List>
</Grid.Column>
<Grid.Column width={4}>
Expand Down
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="Description" content="New York City Subway Status Page. Track active trains, check for delays, compare headways and travel times, view real-time route maps and estimated arrival times for each subway route.">
<link rel="canonical" href="https://www.goodservice.io" data-react-helmet="true" />
<meta name="apple-itunes-app" content="app-id=6476543418">

<!-— facebook open graph tags -->
<meta property="og:type" content="website" />
Expand Down

0 comments on commit f189b9b

Please sign in to comment.