Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88a8eb5

Browse files
Schaffer StewartSchaffer Stewart
authored andcommitted
FA updates
1 parent ae4b87b commit 88a8eb5

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

components/join-button.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import Link from 'next/link';
2-
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
3-
import { faArrowRight as icon } from '@fortawesome/free-solid-svg-icons';
42

53
const JoinButton = (props) => {
64
return (
@@ -11,7 +9,7 @@ const JoinButton = (props) => {
119
<a className="button is-large">
1210
<span>JOIN US</span>
1311
<span className="icon join-icon">
14-
<FontAwesomeIcon className='arrow fa-2x' icon={icon} />
12+
<i className='fas fa-arrow-right fas-2x' />
1513
</span>
1614
</a>
1715
</Link>

styles.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,13 @@ body {
128128
.Logo .topText {
129129
font-size: 1em;
130130
}
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+
}

0 commit comments

Comments
 (0)