Added Notifications
This commit is contained in:
@@ -36,9 +36,9 @@ const { flightsByRegion, visitedRegions, regionNames } = useRegionFlights(
|
||||
<template>
|
||||
<Panel>
|
||||
<PanelHeader centered>The Challenge</PanelHeader>
|
||||
<p>
|
||||
<PanelSubHeader centered>
|
||||
Either take off or land from an airport in each Australian State and Internal Territory.
|
||||
</p>
|
||||
</PanelSubHeader>
|
||||
</Panel>
|
||||
<Panel style="display:flex; flex-direction: column; align-items: center; justify-content: center;">
|
||||
<PanelHeader centered>Progress</PanelHeader>
|
||||
@@ -46,7 +46,7 @@ const { flightsByRegion, visitedRegions, regionNames } = useRegionFlights(
|
||||
<RegionLegend :regionNames="regionNames" :visitedRegions="visitedRegions" :stateLocalCodes="stateLocalCodes"/>
|
||||
<br/>
|
||||
<PanelHeader center>Flights By State</PanelHeader>
|
||||
<PanelSubHeader>5 Most Recent Flights By State</PanelSubHeader>
|
||||
|
||||
<FlightRegionTable
|
||||
:regionCodes="stateLocalCodes"
|
||||
:regionNames="regionNames"
|
||||
@@ -56,7 +56,7 @@ const { flightsByRegion, visitedRegions, regionNames } = useRegionFlights(
|
||||
<Panel>
|
||||
<PanelHeader centered>Requirements</PanelHeader>
|
||||
<p>
|
||||
The 8 states and territories you need to visit to complete this challenge are Queensland, Victoria, New South Wales, South Australia, Tasmania, Western Australia, the Northern Territory
|
||||
The 8 states and territories you need to visit to complete this challenge are Queensland, Victoria, New South Wales, South Australia, Tasmania, Western Australia, the Northern Territory
|
||||
and the Australian Capital Territory.
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user