Skip to content

Commit 0c80ae0

Browse files
authored
Update Home.js
1 parent 776cf28 commit 0c80ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Home/Home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export default function Home() {
106106
{showAllRepo && repos.map((element, index) => {
107107
if(index>7){
108108
return (
109-
<a href='/' className='home-left-sub-repos'>
109+
<a className='home-left-sub-repos'>
110110
<img style={{borderRadius: '100%'}} src="https://avatars.githubusercontent.com/u/91727830" alt="@SarathAdhi" size="20" data-view-component="true" />
111111
{element}
112112
</a>

0 commit comments

Comments
 (0)