added login soon box and updated translations

This commit is contained in:
robert.bond@test.gov.wales
2021-09-20 13:32:24 +01:00
parent 219e6a4744
commit 7044497f08
18 changed files with 478 additions and 96 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export default function SearchCases() {
// /searchresults
router.push({
pathname: "/searchresults",
pathname: "/myportal/searchresults",
query: { q: query },
});
}