Add traffic info button
This commit is contained in:
@ -7,6 +7,7 @@ import './css/BottomMenu.css';
|
||||
import ticketsIcon from '../img/tickets.svg';
|
||||
import ticketsBuyIcon from '../img/tickets+.svg';
|
||||
import travelIcon from '../img/tram.svg';
|
||||
import trafficIcon from '../img/traffic.svg';
|
||||
|
||||
class BottomMenu extends Component {
|
||||
render() {
|
||||
@ -23,6 +24,10 @@ class BottomMenu extends Component {
|
||||
<Link to="/travel">
|
||||
<BottomMenuButton label="Reseplanering" icon={travelIcon}/>
|
||||
</Link>
|
||||
|
||||
<Link to="/traffic">
|
||||
<BottomMenuButton label="Trafikinfo" icon={trafficIcon}/>
|
||||
</Link>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user