This commit is contained in:
Kashargul
2024-11-10 23:15:13 +01:00
parent 98a50b5eb1
commit bc0a0fce19
@@ -57,7 +57,7 @@ export const SpriteSection = (props: {
<Input
fluid
value={searchText}
placeholder="Search for modules..."
placeholder="Search for sprites..."
onInput={(e, value: string) => setSearchText(value)}
/>
</Stack.Item>