Skip to content

Commit

Permalink
Merge pull request #69 from Vero-Ventures/hot-fix/correct-jobsite-spe…
Browse files Browse the repository at this point in the history
…lling

corrected jobsite spelling
  • Loading branch information
justshye authored May 22, 2024
2 parents a7ea581 + 2d5cd54 commit 3050e3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/components/ui/checkboxGroup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ function Checkbox({ name, checked, onChange }) {
function CheckboxGroup({ formData, handleChange }) {
const siteNames = [
'Indigenous',
'New Comers',
'People with Disabilities',
'Students',
'Asylum-Refugess',
'Newcomers',
'Persons with Disabilities',
'Vulnerable Youth',
'Asylum-Refugees',
];
const siteKeys = Object.keys(formData).filter(key => key.startsWith('site'));

Expand Down
6 changes: 3 additions & 3 deletions src/components/ui/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ function Footer() {
</div>
<div className="grid gap-1">
<h3 className="font-semibold">Job Sites</h3>
<Link href="/jobsite1">Indigenous</Link>
<Link href="/jobsite2">New Comers</Link>
<Link href="/wip">People with Disabilities</Link>
<Link href="/jobsite1">Indigenous People</Link>
<Link href="/jobsite2">Newcomers</Link>
<Link href="/wip">Persons with Disabilities</Link>
<Link href="/wip">Vulnerable Youth</Link>
<Link href="/wip">Asylum-Refugees</Link>
</div>
Expand Down

0 comments on commit 3050e3c

Please sign in to comment.