File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
import Link from 'next/link' ;
2
- import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' ;
3
- import { faArrowRight as icon } from '@fortawesome/free-solid-svg-icons' ;
4
2
5
3
const JoinButton = ( props ) => {
6
4
return (
@@ -11,7 +9,7 @@ const JoinButton = (props) => {
11
9
< a className = "button is-large" >
12
10
< span > JOIN US</ span >
13
11
< span className = "icon join-icon" >
14
- < FontAwesomeIcon className = 'arrow fa-2x' icon = { icon } />
12
+ < i className = 'fas fa-arrow-right fas- 2x' />
15
13
</ span >
16
14
</ a >
17
15
</ Link >
Original file line number Diff line number Diff line change @@ -128,3 +128,13 @@ body {
128
128
.Logo .topText {
129
129
font-size : 1em ;
130
130
}
131
+
132
+ .social-icons {
133
+ text-align : center ;
134
+ margin-top : 25px ;
135
+ }
136
+
137
+ .social-icon {
138
+ margin-left : 2.5em ;
139
+ margin-right : 2.5em ;
140
+ }
You can’t perform that action at this time.
0 commit comments