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 30f7c58 commit f2447a7Copy full SHA for f2447a7
src/pages/Home/Home.js
@@ -93,7 +93,7 @@ export default function Home() {
93
return null;
94
}
95
})}
96
- <a className='show-more-btn'
+ <a href='#' className='show-more-btn'
97
onClick={() => {
98
setShowAllRepo(!showAllRepo);
99
document.querySelector('.show-more-btn').style.display = 'none';
0 commit comments