File tree Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
7
< title > GitHub Error Solve - Opensource Projects</ title >
8
+ < link rel ="shortcut icon " href ="public/assets/logo.png " type ="image/x-icon ">
8
9
< link rel ="stylesheet " href ="./dist/output.css " />
9
10
< link rel ="preconnect " href ="https://fonts.googleapis.com " />
10
11
< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import Layout from '../../components/Layout/Layout';
4
4
import './css/index.css' ;
5
5
6
6
function Contribute ( ) {
7
+ const userURL = "https://api.github.com/users/" ;
7
8
const url = "https://api.github.com/repos/devvsakib/github-error-solve/contributors"
8
9
const [ data , setData ] = useState ( [ ] ) ;
9
10
useEffect ( ( ) => {
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ const useWindowSize = () => {
17
17
18
18
window . addEventListener ( 'resize' , handleResize ) ;
19
19
20
- const cleanUp = ( ) => {
21
- console . log ( 'runs if a useEffect dep changes' )
20
+ const cleanUp = ( ) => {
22
21
window . removeEventListener ( 'resize' , handleResize )
23
22
} ;
24
23
return cleanUp ;
You can’t perform that action at this time.
0 commit comments