Merge pull request #102 from ajnart/better-tooltip

✏️ Improves the searchbar tooltip
This commit is contained in:
Walkx
2022-05-15 18:52:23 +02:00
committed by GitHub

View File

@@ -81,8 +81,7 @@ export default function SearchBar(props: any) {
}
>
<Text>
tip: You can prefix your querry with <b>!yt</b> or <b>!t</b> to research on youtube or
for a torrent
tip: Use the prefixes <b>!yt</b> and <b>!t</b> in front of your query to search on YouTube or for a Torrent respectively.
</Text>
</Popover>
</form>