Skip to content

Commit 4eacb86

Browse files
author
Dylan Huang
committed
styling
1 parent e283eea commit 4eacb86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite-app/src/components/PivotTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const FieldSelector = ({
6262
onClick={onAddField}
6363
className="text-xs text-blue-600 hover:text-blue-800 px-2 py-1"
6464
>
65-
+ Add {title.slice(0, -1)} Field
65+
+ Add {title.slice(0, -1)}
6666
</button>
6767
)}
6868
</div>

0 commit comments

Comments
 (0)