fix: update button text in PickerHeader component

This commit is contained in:
Deon Sanchez 2025-10-03 09:22:47 -06:00
parent c55b891968
commit 49570b3a47

View file

@ -57,7 +57,7 @@ export const PickerHeader = ({
className="bg-foreground text-background hover:bg-foreground/90 font-semibold"
>
<Plus className="h-4 w-4" />
{isPickerOpen ? "Opening Picker..." : "Add Files"}
Add Files
</Button>
<div className="text-xs text-muted-foreground pt-4">
csv, json, pdf,{" "}