diff --git a/.astro/types.d.ts b/.astro/types.d.ts index f964fe0..03d7cc4 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -1 +1,2 @@ /// +/// \ No newline at end of file diff --git a/src/components/sections/ConstructionPainPoints.astro b/src/components/sections/ConstructionPainPoints.astro index 83eec60..31105e2 100644 --- a/src/components/sections/ConstructionPainPoints.astro +++ b/src/components/sections/ConstructionPainPoints.astro @@ -40,7 +40,7 @@ const painPoints = [
- {painPoints.map((item, index) => ( + {painPoints.map((item) => (
{item.title} diff --git a/src/components/sections/ElderlyPainPoints.astro b/src/components/sections/ElderlyPainPoints.astro index dead9c6..e77cccb 100644 --- a/src/components/sections/ElderlyPainPoints.astro +++ b/src/components/sections/ElderlyPainPoints.astro @@ -44,7 +44,7 @@ const painPoints = [
- {painPoints.map((item, index) => ( + {painPoints.map((item) => (
{item.title}