Skip to content

Commit 5332174

Browse files
feat: change icon color to red
1 parent 424e425 commit 5332174

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed
Lines changed: 1 addition & 1 deletion
Loading

public/images/social-media/git-issue.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

src/app/contributors/page.tsx

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ const Contributors = () => {
4242
height={20}
4343
width={20}
4444
alt='github_img'
45+
loading='lazy'
46+
quality={75}
4547
/>
4648
</Link>
4749
<h5 className='text-xl font-medium text-gray-900 text-center'>
@@ -56,7 +58,10 @@ const Contributors = () => {
5658
src={contributorImg}
5759
height={20}
5860
width={20}
59-
alt='github_img'
61+
alt='contributor'
62+
loading='lazy'
63+
quality={75}
64+
title='Contributor'
6065
/>
6166
</div>
6267
<p className='text-sm text-gray-500 text-center'>
@@ -69,7 +74,10 @@ const Contributors = () => {
6974
src={prImg}
7075
height={20}
7176
width={20}
72-
alt='github_img'
77+
alt='pull request'
78+
loading='lazy'
79+
quality={75}
80+
title='Pull request'
7381
/>
7482
</div>
7583
<p className='text-sm text-gray-500 text-center'>
@@ -82,7 +90,10 @@ const Contributors = () => {
8290
src={issueImg}
8391
height={20}
8492
width={20}
85-
alt='github_img'
93+
alt='issue'
94+
loading='lazy'
95+
quality={75}
96+
title='Git issue'
8697
/>
8798
</div>
8899
<p className='text-sm text-gray-500 text-center'>

0 commit comments

Comments
 (0)