Skip to content

Commit

Permalink
fix: beautify user organizations
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed Jul 31, 2024
1 parent 6cf1162 commit 83ad494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/dashboard/components/UserOrganizations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function UserOrganizations() {
<div
className={`rounded-lg ${backgroundColorRotation(index)} flex size-6 items-center justify-center border-indigo-400 text-sm text-white`}
>
<div className="size-3.5 text-center font-extrabold">
<div className="p-3 text-center font-bold">
{organization.name.substring(0, 1).toUpperCase()}
</div>
</div>
Expand Down

0 comments on commit 83ad494

Please sign in to comment.