File tree 3 files changed +7
-12
lines changed
3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import Contact from "../contact/Contact";
4
4
import Loading from "../loading/Loading" ;
5
5
6
6
const renderLoader = ( ) => < Loading /> ;
7
- const GithubProfileCard = lazy (
8
- ( ) => import ( "../../components/githubProfileCard/GithubProfileCard" )
7
+ const GithubProfileCard = lazy ( ( ) =>
8
+ import ( "../../components/githubProfileCard/GithubProfileCard" )
9
9
) ;
10
10
export default function Profile ( ) {
11
11
const [ prof , setrepo ] = useState ( [ ] ) ;
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import {openSource, socialMediaLinks} from "../../portfolio";
5
5
import StyleContext from "../../contexts/StyleContext" ;
6
6
import Loading from "../../containers/loading/Loading" ;
7
7
export default function Projects ( ) {
8
- const GithubRepoCard = lazy (
9
- ( ) => import ( "../../components/githubRepoCard/GithubRepoCard" )
8
+ const GithubRepoCard = lazy ( ( ) =>
9
+ import ( "../../components/githubRepoCard/GithubRepoCard" )
10
10
) ;
11
11
const FailedLoading = ( ) => null ;
12
12
const renderLoader = ( ) => < Loading /> ;
Original file line number Diff line number Diff line change 2
2
font-family : "Agustina Regular" ;
3
3
font-style : normal;
4
4
font-weight : normal;
5
- src :
6
- local ("Agustina Regular" ),
5
+ src : local ("Agustina Regular" ),
7
6
url ("./assets/fonts/Agustina.woff" ) format ("woff" );
8
7
font-display : swap;
9
8
}
10
9
@font-face {
11
10
font-family : "Montserrat" ;
12
- src :
13
- local ("Montserrat" ),
11
+ src : local ("Montserrat" ),
14
12
url ("./assets/fonts/Montserrat-Regular.ttf" ) format ("woff" );
15
13
font-display : swap;
16
14
}
@@ -24,10 +22,7 @@ body {
24
22
}
25
23
body {
26
24
margin : 0 ;
27
- font :
28
- 19px / 23px Montserrat,
29
- "Montserrat" ,
30
- sans-serif;
25
+ font : 19px / 23px Montserrat, "Montserrat" , sans-serif;
31
26
-webkit-font-smoothing : antialiased;
32
27
-moz-osx-font-smoothing : grayscale;
33
28
}
You can’t perform that action at this time.
0 commit comments