Update map
This commit is contained in:
@@ -311,7 +311,7 @@ class RouteResults extends Component {
|
|||||||
class RoutePlanner extends Component {
|
class RoutePlanner extends Component {
|
||||||
render() {
|
render() {
|
||||||
const curTime = this.props.curTime;
|
const curTime = this.props.curTime;
|
||||||
const mapFilename = isSundaySchedule(curTime) ? "BART-Map-Sunday.png" : "BART-Map-Weekday-Saturday.png";
|
const mapFilename = "BART-system-map.png";
|
||||||
const mapPath=`/~bartinfo/img/${mapFilename}`;
|
const mapPath=`/~bartinfo/img/${mapFilename}`;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.5 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.5 MiB |
BIN
urbit/app/bartinfo/img/BART-system-map.png
Normal file
BIN
urbit/app/bartinfo/img/BART-system-map.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 MiB |
Reference in New Issue
Block a user