diff --git a/missing-persons-viewer-vite/index.html b/missing-persons-viewer-vite/index.html index cbf41267..64d0f4b3 100644 --- a/missing-persons-viewer-vite/index.html +++ b/missing-persons-viewer-vite/index.html @@ -1,16 +1,14 @@ + + + + + RCMP Missing Persons Database Tool + - - - - - RCMP Missing Persons Database Tool - - - -
- - - + +
+ + diff --git a/missing-persons-viewer-vite/src/App/pages/MissingPersons/MissingPersons.tsx b/missing-persons-viewer-vite/src/App/pages/MissingPersons/MissingPersons.tsx index 2f225f33..19ab00aa 100644 --- a/missing-persons-viewer-vite/src/App/pages/MissingPersons/MissingPersons.tsx +++ b/missing-persons-viewer-vite/src/App/pages/MissingPersons/MissingPersons.tsx @@ -38,7 +38,7 @@ export const MissingPersons = ({ name="showOnlyMatching" id="showOnlyMatching" checked={searchParams.get('showOnlyMatching') === 'true'} - onClick={() => { + onChange={() => { setSearchParams((previous) => { const previousEntries = Object.fromEntries(previous); const showOnlyMatching =