ProfileField: font-bold for key

This commit is contained in:
Alex Gleason 2024-11-27 22:40:01 -06:00
parent 55ef41f1a5
commit 0ad51fe16c
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -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>