Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JaiNarayanan committed Sep 6, 2024
1 parent 6724512 commit 2aca3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/startups/StartupTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default function StartupTile({ startup }: { startup: Startup }) {
className="m-0 p-0 list-none rounded-md"
>
<div className="bg-white border border-0.5 relative h-0 pb-[75%] overflow-hidden rounded-md group">
<div className="flex items-center justify-center">
<div className="flex items-center justify-center text-center">
<img
src={logo}
className="w-[400px] h-[250px] mt-auto rounded-lg rounded-b-sm object-contain "
Expand Down

0 comments on commit 2aca3e2

Please sign in to comment.