File tree Expand file tree Collapse file tree 4 files changed +17
-6
lines changed
public/images/social-media Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Original file line number Diff line number Diff 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' >
You can’t perform that action at this time.
0 commit comments