feat: add user page

This commit is contained in:
Aarnav Tale
2024-03-26 10:57:11 -04:00
parent 22c4b9504b
commit c62da81ea7
3 changed files with 70 additions and 3 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ type Properties = {
export default function Attribute({ name, value, isCopyable }: Properties) {
const canCopy = isCopyable ?? false
return (
<dl className='flex gap-1 text-sm'>
<dt className='w-1/4 shrink-0 min-w-0 truncate text-gray-700 dark:text-gray-300'>
<dl className='flex gap-1 text-sm w-full'>
<dt className='w-1/4 shrink-0 min-w-0 truncate text-gray-700 dark:text-gray-300 py-1'>
{name}
</dt>