Added Notifications
This commit is contained in:
@@ -49,8 +49,7 @@ const { flightsByRegion, visitedRegions, regionNames } = useRegionFlights(
|
||||
<Canada :visitedStates="visitedRegions" :flights="flightsByRegion" style="width: 100%;"/>
|
||||
<RegionLegend :regionNames="regionNames" :visitedRegions="visitedRegions" :stateLocalCodes="stateLocalCodes"/>
|
||||
<br/>
|
||||
<PanelHeader center>Flights By State</PanelHeader>
|
||||
<PanelSubHeader>5 Most Recent Flights By State</PanelSubHeader>
|
||||
<PanelHeader centered>Flights By Province</PanelHeader>
|
||||
<FlightRegionTable
|
||||
:regionCodes="stateLocalCodes"
|
||||
:regionNames="regionNames"
|
||||
@@ -60,7 +59,7 @@ const { flightsByRegion, visitedRegions, regionNames } = useRegionFlights(
|
||||
<Panel>
|
||||
<PanelHeader centered>Difficulty</PanelHeader>
|
||||
<p>
|
||||
This challenge is not extremely difficult bur Canada's geography does complicate it and it could get expensive!
|
||||
This challenge is not extremely difficult but Canada's geography does complicate it and it could get expensive!
|
||||
</p>
|
||||
<p>
|
||||
Canada's population is all in the South, so visiting the Northwest Territories, Yukon and Nanavut will likely require doubling back south to get connecting flights.
|
||||
|
||||
Reference in New Issue
Block a user