This repository was archived by the owner on Mar 17, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
apps/web/src/components/Basenames/UsernameProfileRenewalModal Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -147,14 +147,14 @@ export default function UsernameProfileRenewalModal({
147147
148148 { currentRenewalStep === RenewalSteps . Confirm && (
149149 < div className = "mt-4 flex w-full flex-col gap-6" >
150- < div className = "border-gray-200 space-y-3 rounded-lg border p-4" >
150+ < div className = "border-gray-200 space-y-3 rounded-lg border p-4" >
151151 < div className = "flex justify-between" >
152- < span className = "text-gray-700 text-sm font-medium" > Basename:</ span >
153- < span className = "text-gray-900 text-sm " > { name } </ span >
152+ < span className = "text-gray-700 text-md font-medium" > Basename:</ span >
153+ < span className = "text-gray-900 text-md " > { name } </ span >
154154 </ div >
155155 < div className = "flex justify-between" >
156- < span className = "text-gray-700 text-sm font-medium" > Renewal period:</ span >
157- < span className = "text-gray-900 text-sm " >
156+ < span className = "text-gray-700 text-md font-medium" > Renewal period:</ span >
157+ < span className = "text-gray-900 text-md " >
158158 { years } { years === 1 ? 'year' : 'years' }
159159 </ span >
160160 </ div >
You can’t perform that action at this time.
0 commit comments