kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'bold-field' into 'main'
ProfileField: font-bold for key See merge request soapbox-pub/soapbox!3283merge-requests/3281/merge
commit
50ba8aaa93
|
@ -50,7 +50,7 @@ const ProfileField: React.FC<IProfileField> = ({ field }) => {
|
|||
|
||||
return (
|
||||
<dl>
|
||||
<dt title={field.name}>
|
||||
<dt className='font-bold' title={field.name}>
|
||||
{field.name}
|
||||
</dt>
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue