diff --git a/app/src/app/getting-started/@progress/default.tsx b/app/src/app/getting-started/@progress/default.tsx index 5aa06eb48..39dff17e5 100644 --- a/app/src/app/getting-started/@progress/default.tsx +++ b/app/src/app/getting-started/@progress/default.tsx @@ -28,7 +28,7 @@ export default function SetupStatus() {
  • diff --git a/app/src/app/getting-started/upload-regions/page.tsx b/app/src/app/getting-started/upload-regions/page.tsx index e8c44e0aa..b26c4b6a4 100644 --- a/app/src/app/getting-started/upload-regions/page.tsx +++ b/app/src/app/getting-started/upload-regions/page.tsx @@ -16,7 +16,7 @@ export default function UploadRegionsPage() { return (
    -

    Upload Regions

    +

    Upload Region Hierarchy

    Upload a CSV file containing the regions you want to use in your analysis. diff --git a/app/src/app/regions/page.tsx b/app/src/app/regions/page.tsx index 4d4fc62ea..170b6eefe 100644 --- a/app/src/app/regions/page.tsx +++ b/app/src/app/regions/page.tsx @@ -9,7 +9,9 @@ export default function RegionPage() { return (

    -

    Regions

    +

    + Region Hierarchy +

    Command Palette - Fast access to all functionality + + Fast access to all functionality + @@ -143,10 +145,12 @@ export function CommandPalette() { value="Upload Regions" > - Upload Regions + Upload Region Hierarchy navigate("/getting-started/upload-custom-sectors")} + onSelect={() => + navigate("/getting-started/upload-custom-sectors") + } value="Upload Sectors" > @@ -164,7 +168,9 @@ export function CommandPalette() { - navigate("/getting-started/upload-custom-activity-standard-codes") + navigate( + "/getting-started/upload-custom-activity-standard-codes" + ) } > @@ -185,15 +191,15 @@ export function CommandPalette() { Upload Establishments - navigate("/import/establishments-without-legal-unit") - } - value="Upload Establishments Without Legal Unit" - > - - Upload Establishments Without Legal Unit - - navigate("/profile")} value="Profile"> + onSelect={() => + navigate("/import/establishments-without-legal-unit") + } + value="Upload Establishments Without Legal Unit" + > + + Upload Establishments Without Legal Unit + + navigate("/profile")} value="Profile"> Profile