Maybe better copy for search page

This commit is contained in:
Lim Chee Aun 2023-02-11 17:57:44 +08:00
parent 863ac2663c
commit afa8a0c057

View file

@ -143,7 +143,9 @@ function Search() {
<Loader abrupt />
</p>
) : (
<p class="ui-state">Enter your search term above to get started.</p>
<p class="ui-state">
Enter your search term or paste a URL above to get started.
</p>
)}
</main>
</div>