From 838f4d0c0ece8d1c64d920ec38c5594559218292 Mon Sep 17 00:00:00 2001 From: Sanne de Vries Date: Tue, 12 Jul 2022 12:16:46 +0100 Subject: [PATCH] Updated copy --- ghost/sodo-search/src/components/PopupModal.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/sodo-search/src/components/PopupModal.js b/ghost/sodo-search/src/components/PopupModal.js index e59db12ead..c1256bdf22 100644 --- a/ghost/sodo-search/src/components/PopupModal.js +++ b/ghost/sodo-search/src/components/PopupModal.js @@ -121,7 +121,7 @@ function SearchBox() { } }} className='grow -my-5 py-5 -ml-3 pl-3 text-[1.65rem] focus-visible:outline-none placeholder:text-gray-400 outline-none truncate' - placeholder='Search posts, tags, authors...' + placeholder='Search posts, tags and authors' /> @@ -574,7 +574,7 @@ function Results({posts, authors, tags}) { function NoResultsBox() { return (
-

No matches found...

+

No matches found

); } @@ -594,7 +594,7 @@ function Search() { } }} > -
+