File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -265,10 +265,16 @@ function ListDialogInner({
265265 </ DialogTitle >
266266 </ DialogHeader >
267267
268- < DialogDescription >
269- List your hypercert fraction for sale, allowing buyers to directly
270- purchase all or part of it. Adjust settings to retain portions for
271- yourself or set a minimum transaction amount as needed.
268+ < DialogDescription className = "flex flex-col gap-2" >
269+ < p >
270+ List your hypercert fraction for sale, allowing buyers to directly
271+ purchase all or part of it. Adjust settings to retain portions for
272+ yourself or set a minimum transaction amount as needed.
273+ </ p >
274+
275+ < p className = "text-sm text-slate-500" >
276+ Any sale will include a 1% protocol fee.
277+ </ p >
272278 </ DialogDescription >
273279
274280 { fractionsOwnedByUser . length > 1 && (
You can’t perform that action at this time.
0 commit comments