Update search text

This commit is contained in:
Violet Caulfield
2025-01-25 13:35:37 -06:00
parent 11188f9e3f
commit 22503ffb21
+1 -1
View File
@@ -40,7 +40,7 @@ export default function Search({
progressViewOffset={10}
ListHeaderComponent={(
<Input
placeholder="The Seeker"
placeholder="Seek and ye shall find..."
onChangeText={(value) => handleSearchStringUpdate(value)}
value={searchString}
/>