File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import React from 'react'
2
2
import Layout from "~components/layout"
3
3
import SEO from "~components/seo"
4
4
import { Link } from "gatsby"
5
+ import { FaGithub } from 'react-icons/fa' ;
5
6
6
7
import { StackedBasicCode } from '~components/Code/Stacked/Basic'
7
8
import { StackedSocialCode } from '~components/Code/Stacked/Social'
@@ -23,9 +24,8 @@ const CardIndexPage = () => {
23
24
< h1 className = "intro__heading" > A Collection of HTML and < span className = "accent" > CSS card</ span > UI components with examples.</ h1 >
24
25
< p className = "intro__text" > Now go build something great!</ p >
25
26
< div className = "intro__ctas" >
26
- < Link to = "/card/examples" className = "btn btn--primary" > See Examples</ Link >
27
- < a href = "https://github.com/kenold/css-ui" className = "btn btn--secondary" rel = "noopener noreferrer" > Github Repo</ a >
28
-
27
+ < Link to = "/card/examples" className = "btn btn--dark" > See Examples</ Link >
28
+ < a href = "https://github.com/kenold/css-ui" className = "btn btn--secondary" rel = "noopener noreferrer" > < FaGithub /> Github Repo</ a >
29
29
</ div >
30
30
</ div >
31
31
</ section >
You can’t perform that action at this time.
0 commit comments