Skip to content

Commit

Permalink
fix: update references to ReDI Winter Talent Summit 2025 to ReDI Tale…
Browse files Browse the repository at this point in the history
…nt Summit '25
  • Loading branch information
helloanil committed Dec 4, 2024
1 parent 0ac7b4d commit ca52032
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions apps/redi-talent-pool/src/pages/app/browse/BrowseCompany.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export function BrowseCompany() {
checked={joins25WinterTalentSummit || false}
handleChange={toggle25WinterTalentSummitFilter}
>
Attending ReDI Winter Talent Summit 2025 Berlin
Attending ReDI Talent Summit '25 in Berlin
</Checkbox>
</div>
{/* Next Div is to keep three filters sizing for two checkboxes. Remove if necessary */}
Expand Down Expand Up @@ -388,7 +388,7 @@ export function BrowseCompany() {
<FilterTag
key="redi-winter-talent-summit-2025-filter"
id="redi-winter-talent-summit-2025-filter"
label="Attending ReDI Winter Talent Summit 2025 Berlin"
label="Attending ReDI Talent Summit '25 in Berlin"
onClickHandler={toggle25WinterTalentSummitFilter}
/>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ export function BrowseJobseeker() {
checked={joins25WinterTalentSummit || false}
handleChange={toggle25WinterTalentSummitFilter}
>
ReDI Winter Talent Summit 2025 Berlin
ReDI Talent Summit '25 in Berlin
</Checkbox>
</div>
{/* Next Div is to keep three filters sizing for two checkboxes. Remove if necessary */}
Expand Down Expand Up @@ -443,7 +443,7 @@ export function BrowseJobseeker() {
<FilterTag
key="redi-winter-talent-summit-2025-filter"
id="redi-winter-talent-summit-2025-filter"
label="ReDI Winter Talent Summit 2025 Berlin"
label="ReDI Talent Summit '25 in Berlin"
onClickHandler={toggle25WinterTalentSummitFilter}
/>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export function JobseekerProfileForJobseekerEyes() {
checked={profile?.joins25WinterTalentSummit}
customOnChange={on25WinterTalentSummitParticipateChange}
>
I will attend the <b>ReDI Winter Talent Summit in Berlin</b> on{' '}
I will attend <b>ReDI Talent Summit '25 in Berlin</b> on{' '}
<b>18/02/2025</b>.
</Checkbox>
</div>
Expand Down
4 changes: 2 additions & 2 deletions apps/redi-talent-pool/src/pages/app/me/MeCompany.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ export function MeCompany() {
checked={companyProfile.joins25WinterTalentSummit}
customOnChange={on25WinterTalentSummitParticipateChange}
>
My company will attend the{' '}
<b>ReDI Winter Talent Summit in Berlin</b> on <b>18/02/2024</b>.
My company will attend the <b>ReDI Talent Summit '25 in Berlin</b>{' '}
on <b>18/02/2024</b>.
</Checkbox>
</div>
{companyProfile.isCareerPartner ? (
Expand Down

0 comments on commit ca52032

Please sign in to comment.