diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-07 15:31:11 -0800 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-07 15:31:11 -0800 |
commit | 6b82b24a8ad1e390c7b6e7338138582391ceff50 (patch) | |
tree | 00a586dda9debda19706426edcc6be02e3b22ebb /src/pages/index.js | |
parent | d8e0d85ab2cab62ac732239b06200e48f4df82be (diff) |
Update an old beta project & live to tell the tale
Diffstat (limited to 'src/pages/index.js')
-rw-r--r-- | src/pages/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/index.js b/src/pages/index.js index 1737774..6138895 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -1,6 +1,6 @@ import React from 'react' -import FA from 'react-fontawesome' +import { FontAwesome } from '../components/font-awesome' import Layout from '../components/layout' import { Splash } from '../components/splash' @@ -11,7 +11,7 @@ const indexData = { heroBtnTo: '/about', heroBtnText: ( <> - Get in touch <FA name="send" /> + Get in touch <FontAwesome name="send" /> </> ) } |