diff --git a/apps/web/src/app/[locale]/(standard)/jobs/page.tsx b/apps/web/src/app/[locale]/(standard)/jobs/page.tsx index fcdb77824..61489ff3b 100644 --- a/apps/web/src/app/[locale]/(standard)/jobs/page.tsx +++ b/apps/web/src/app/[locale]/(standard)/jobs/page.tsx @@ -124,7 +124,7 @@ export default async function Page({ searchParams }: Props) {
-
+
{filteredJobPostings.map((jobPosting) => (
-
+
{features.map((feature) => (
diff --git a/apps/web/src/app/[locale]/(standard)/portfolio-review/ResumeReviewTestimonials.tsx b/apps/web/src/app/[locale]/(standard)/portfolio-review/ResumeReviewTestimonials.tsx index 13aae66c1..c078544d3 100644 --- a/apps/web/src/app/[locale]/(standard)/portfolio-review/ResumeReviewTestimonials.tsx +++ b/apps/web/src/app/[locale]/(standard)/portfolio-review/ResumeReviewTestimonials.tsx @@ -187,7 +187,7 @@ export default function ResumeReviewTestimonials() {

Hear from our users

-
+
{testimonials.map((testimonial) => (
-
+
{relatedPosts.map(({ slug }, index) => { const post = readBlogPostsAll().find( (postItem) => postItem.slug === slug.trim(), diff --git a/apps/web/src/components/blog/BlogWhatsNewSection.tsx b/apps/web/src/components/blog/BlogWhatsNewSection.tsx index 2ca1523e6..69f569687 100644 --- a/apps/web/src/components/blog/BlogWhatsNewSection.tsx +++ b/apps/web/src/components/blog/BlogWhatsNewSection.tsx @@ -41,8 +41,8 @@ export default function BlogWhatsNewSection() {
{posts.map((metadata, index) => (
-
+
onClose()}> -
+
{steps.map(({ id, description, card }, index) => (
diff --git a/apps/web/src/components/projects/dashboard/ProjectsDashboardLayout.tsx b/apps/web/src/components/projects/dashboard/ProjectsDashboardLayout.tsx index 9f50ee30a..851bac27e 100644 --- a/apps/web/src/components/projects/dashboard/ProjectsDashboardLayout.tsx +++ b/apps/web/src/components/projects/dashboard/ProjectsDashboardLayout.tsx @@ -124,7 +124,7 @@ export default function ProjectsDashboardLayout({ children, viewer }: Props) { {viewer && startedBefore ? (
-
+
-
+
diff --git a/apps/web/src/components/projects/submissions/form/fields/ProjectsChallengeSubmissionDeploymentUrlsField.tsx b/apps/web/src/components/projects/submissions/form/fields/ProjectsChallengeSubmissionDeploymentUrlsField.tsx index a10e30736..2c1aaace8 100644 --- a/apps/web/src/components/projects/submissions/form/fields/ProjectsChallengeSubmissionDeploymentUrlsField.tsx +++ b/apps/web/src/components/projects/submissions/form/fields/ProjectsChallengeSubmissionDeploymentUrlsField.tsx @@ -66,7 +66,7 @@ export default function ProjectsChallengeSubmissionDeploymentUrlsField({
{field.value.length > 0 && ( -
+
{field.value.map((item, index) => (
{sizes.map((size) => ( -
+
{weights.map((weight) => (
-
+