Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
testing github profile images on cards (ref to Issue #99 )
  • Loading branch information
win21H2 committed Apr 9, 2023
1 parent 301698a commit 0161543
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions components/overview-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ export default function OverviewCard({ profile }: { profile: ProfileType }) {
<a href={`${basePath}/${profile.username}`}>
<div className="m-4 flex w-full cursor-pointer flex-col rounded-lg border-8 border-sky-500 bg-white p-4 transition-all hover:shadow-xl">
<div className="text-400 flex items-center text-lg font-semibold">
<a
target="_blank"
rel="noreferrer"
className="transition-all delay-75 duration-200 hover:underline"
href={profile.url}
>
<a target="_blank" rel="noreferrer" className="transition-all delay-75 duration-200 hover:underline" href={profile.url}>
{profile.name}
</a>
<div className="ml-4">@{profile.username}</div>
Expand Down

0 comments on commit 0161543

Please sign in to comment.