Skip to content

Commit 064656d

Browse files
committed
add Github icon
1 parent 5a40c3d commit 064656d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/card/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React from 'react'
22
import Layout from "~components/layout"
33
import SEO from "~components/seo"
44
import { Link } from "gatsby"
5+
import { FaGithub } from 'react-icons/fa';
56

67
import { StackedBasicCode } from '~components/Code/Stacked/Basic'
78
import { StackedSocialCode } from '~components/Code/Stacked/Social'
@@ -23,9 +24,8 @@ const CardIndexPage = () => {
2324
<h1 className="intro__heading">A Collection of HTML and <span className="accent">CSS card</span> UI components with examples.</h1>
2425
<p className="intro__text">Now go build something great!</p>
2526
<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>
2929
</div>
3030
</div>
3131
</section>

0 commit comments

Comments
 (0)