Skip to content

Commit

Permalink
Merge branch 'program-links-relation' of https://github.com/dubinc/dub
Browse files Browse the repository at this point in the history
…into program-links-relation
  • Loading branch information
devkiran committed Nov 18, 2024
2 parents 3d7ca39 + 4d73ffb commit fe2659c
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ function ProfileForm({ partner }: { partner: PartnerProps }) {
<div className="grid grid-cols-1 items-center sm:grid-cols-2">
<FormRow>
<label className="contents">
<span className="text-sm font-medium text-gray-800">Logo</span>
<span className="text-sm font-medium text-gray-800">
Display Image
</span>
<div className="flex items-center gap-5">
<Controller
control={control}
Expand Down Expand Up @@ -131,7 +133,9 @@ function ProfileForm({ partner }: { partner: PartnerProps }) {

<FormRow>
<label className="contents">
<span className="text-sm font-medium text-gray-800">Name</span>
<span className="text-sm font-medium text-gray-800">
Full Name
</span>
<div>
<input
type="text"
Expand Down

0 comments on commit fe2659c

Please sign in to comment.