chore: remove deploy preview workflow from GitHub Actions

- Deleted the deploy preview workflow file as it is no longer needed.
- This change simplifies the workflow configuration and reduces maintenance overhead.
This commit is contained in:
Mauricio Siu
2025-03-16 11:19:59 -06:00
parent 6779856340
commit d198755d25
2 changed files with 1 additions and 55 deletions

View File

@@ -107,7 +107,7 @@ const Search = () => {
<PopoverContent className="w-[200px] p-0">
<Command shouldFilter={false}>
<CommandInput
placeholder="Search tags..."
placeholder="Search tags...."
value={tagSearch}
onValueChange={setTagSearch}
/>