Skip to content

Commit 0226d41

Browse files
Make affiliate name bold
Make the affiliate's name bold in the affiliate management dialog.
1 parent 529a5f6 commit 0226d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AffiliateManagementDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export const AffiliateManagementDialog = ({ affiliate, open, onOpenChange, mode
110110
<DialogHeader>
111111
<DialogTitle>Modifier l'affilié</DialogTitle>
112112
<DialogDescription>
113-
Modifiez les informations de {affiliate.name}
113+
Modifiez les informations de <strong>{affiliate.name}</strong>
114114
</DialogDescription>
115115
</DialogHeader>
116116
<form onSubmit={handleUpdate}>

0 commit comments

Comments
 (0)