diff --git a/src/app/area/[[...slug]]/page.tsx b/src/app/area/[[...slug]]/page.tsx index 3f67c7321..8fd38ecb4 100644 --- a/src/app/area/[[...slug]]/page.tsx +++ b/src/app/area/[[...slug]]/page.tsx @@ -82,7 +82,7 @@ export default async function Page ({ params }: PageWithCatchAllUuidProps): Prom

{areaName}

-
+

Description

- [Edit] + [ + + Edit + ]
{(description == null || description.trim() === '') && } @@ -142,7 +149,7 @@ const EditDescriptionCTA: React.FC<{ uuid: string }> = ({ uuid }) => (
No information available. Be the first to  - + add a description
diff --git a/src/app/area/[[...slug]]/sections/SubAreasSection.tsx b/src/app/area/[[...slug]]/sections/SubAreasSection.tsx index f7cf12abd..c862fd370 100644 --- a/src/app/area/[[...slug]]/sections/SubAreasSection.tsx +++ b/src/app/area/[[...slug]]/sections/SubAreasSection.tsx @@ -16,7 +16,7 @@ export const SubAreasSection: React.FC<{ area: AreaType } > = ({ area }) => {

{children.length} Areas

- + New Areas
diff --git a/src/app/components/AreaPageActions.tsx b/src/app/components/AreaPageActions.tsx index 314b9b46e..fe5561408 100644 --- a/src/app/components/AreaPageActions.tsx +++ b/src/app/components/AreaPageActions.tsx @@ -8,7 +8,7 @@ import { UploadPhotoButton } from '@/components/media/PhotoUploadButtons' */ export const AreaPageActions: React.FC<{ uuid: string, areaName: string } > = ({ uuid, areaName }) => (
    - + Edit diff --git a/src/app/editArea/[slug]/general/components/AddAreaForm.tsx b/src/app/editArea/[slug]/general/components/AddAreaForm.tsx index 18aa91b2f..b1508419d 100644 --- a/src/app/editArea/[slug]/general/components/AddAreaForm.tsx +++ b/src/app/editArea/[slug]/general/components/AddAreaForm.tsx @@ -39,7 +39,7 @@ export const AddAreaForm: React.FC<{ area: AreaType }> = ({ area }) => { {notEditable &&
    - Cannot add new areas to a crag or a boulder. + This area is either a crag or a boulder. Adding a new child area is not allowed.
    }