Merge pull request #171 from snowball-tools/eric/airf-42-update-org-to-team

fix: use 'team' instead of 'organization'
This commit is contained in:
Eric Lewis
2024-04-09 17:20:51 -04:00
committed by GitHub
@@ -130,7 +130,7 @@ export const UserSelect = ({ options, value }: UserSelectProps) => {
) : (
<div className="animate-pulse h-1.5 mb-1 w-full rounded-full bg-elements-on-disabled" />
)}
<p className="text-xs text-elements-low-em">Organization</p>
<p className="text-xs text-elements-low-em">Team</p>
</div>
</div>