Skip to content

Commit

Permalink
center names for people in startup tile
Browse files Browse the repository at this point in the history
  • Loading branch information
shrey150 committed Dec 25, 2024
1 parent f8209bb commit b3f5b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/startups/StartupProfileTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default function StartupProfileTile({
/>
</InternalLink>

<h1 className="mt-1 text-sm">{displayName}</h1>
<h1 className="mt-1 text-center text-sm">{displayName}</h1>
<p className="text-gray-500 text-xs">{role}</p>
{/* {connectionStatus ? (
<div
Expand Down

0 comments on commit b3f5b0e

Please sign in to comment.