Skip to content

Commit

Permalink
fix: adds note on realtime to open graph image
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Apr 19, 2024
1 parent 7aabde9 commit cc49089
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/api/departures/open-graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ export default handlerWithDepartureClient<{}>({
{stopPlace.name}
</p>
<p style={{ padding: 0, margin: 0, fontSize: '24px' }}>
Se avganger fra holdeplass
{/* Default to Norwegian as we don't know what language to show */}
Se avganger i sanntid fra holdeplass
</p>
</div>

Expand Down

0 comments on commit cc49089

Please sign in to comment.