diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-17 15:52:15 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-17 15:52:15 +0100 |
| commit | cacd7cc5a9296a192171e8046e12f62c7165f2e9 (patch) | |
| tree | f48af1ba53e2ddebb66c2520d56443419730df60 /client | |
| parent | aa905ff8a384fbc6f9283bbdabb65bb0ae8bb0dd (diff) | |
build
Diffstat (limited to 'client')
| -rw-r--r-- | client/faceSearch/faceSearch.query.js | 2 | ||||
| -rw-r--r-- | client/nameSearch/nameSearch.query.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/faceSearch/faceSearch.query.js b/client/faceSearch/faceSearch.query.js index 2d140813..de7e47b6 100644 --- a/client/faceSearch/faceSearch.query.js +++ b/client/faceSearch/faceSearch.query.js @@ -47,7 +47,7 @@ class FaceSearchQuery extends Component { </div> <div className='cta'> <h2>Search by Image</h2> - <h3>Searching {13456} images</h3> + <h3>Searching {13233} images</h3> <p> {'Use facial recognition to reverse search into the LFW dataset '} {'and see if it contains your photos.'} diff --git a/client/nameSearch/nameSearch.query.js b/client/nameSearch/nameSearch.query.js index 99c1da84..c0798c58 100644 --- a/client/nameSearch/nameSearch.query.js +++ b/client/nameSearch/nameSearch.query.js @@ -20,7 +20,7 @@ class NameSearchQuery extends Component { return ( <div className='query'> <h2>Search by Name</h2> - <h3>Searching {13456} identities</h3> + <h3>Searching {13233} identities</h3> <p> {'Enter your name to see if you were included in this dataset..'} </p> |
