We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0e730 commit 3dff4a2Copy full SHA for 3dff4a2
components/index/IndexIntro.tsx
@@ -59,6 +59,7 @@ const IndexIntro: React.FC = () => {
59
width='600'
60
height='600'
61
className='mx-auto rounded-xl'
62
+ unoptimized
63
/>
64
65
<p className='pt-4 text-xl leading-7'>
components/index/TopThreeContributors.tsx
@@ -53,6 +53,7 @@ const TopThreeContributors: FC = () => {
53
height={80}
54
alt={contributor.name}
55
className='px-1'
56
57
58
</a>
{contributor.rank === 1 && (
0 commit comments