We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776cf28 commit 0c80ae0Copy full SHA for 0c80ae0
src/pages/Home/Home.js
@@ -106,7 +106,7 @@ export default function Home() {
106
{showAllRepo && repos.map((element, index) => {
107
if(index>7){
108
return (
109
- <a href='/' className='home-left-sub-repos'>
+ <a className='home-left-sub-repos'>
110
<img style={{borderRadius: '100%'}} src="https://avatars.githubusercontent.com/u/91727830" alt="@SarathAdhi" size="20" data-view-component="true" />
111
{element}
112
</a>
0 commit comments