Skip to content

Commit f2447a7

Browse files
authored
Update Home.js
1 parent 30f7c58 commit f2447a7

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
@@ -93,7 +93,7 @@ export default function Home() {
9393
return null;
9494
}
9595
})}
96-
<a className='show-more-btn'
96+
<a href='#' className='show-more-btn'
9797
onClick={() => {
9898
setShowAllRepo(!showAllRepo);
9999
document.querySelector('.show-more-btn').style.display = 'none';

0 commit comments

Comments
 (0)