Skip to content

Commit

Permalink
icons on routes are back
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghoster981 committed Apr 17, 2023
1 parent 8ca7836 commit c9e7862
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion journey/src/components/routes/route-row.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { Component } from "react";
import { Button } from "react-bootstrap";

import OpenMoveModeIcon from "../../otp-ui/icons/openmove-mode-icon";

/**
* Determine the appropriate contrast color for text (white or black) based on
Expand Down Expand Up @@ -78,6 +78,7 @@ class RouteRow extends Component {
// operator && <img src={operator.logo} style={{marginRight: '5px'}} height={25} />
</div> */}
<OpenMoveModeIcon mode={route.mode} width={20} height={20} />
<strong> {route.shortName} </strong>
{longName}
<small className="text-secondary"> {route.id} </small>
Expand Down

0 comments on commit c9e7862

Please sign in to comment.