Skip to content

Commit 8697d9b

Browse files
committed
Removed outline button
1 parent 75ddbc8 commit 8697d9b

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

src/components/outlineButton.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/pages/index.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ import { graphql, navigate } from "gatsby"
66
import Layout from "../templates/layout"
77
import SEO from "../components/seo"
88
import Helmet from "react-helmet"
9-
import { Box, Flex, H1, P, ReactIcon } from "bricks"
9+
import { Box, Flex, H1, P, ReactIcon, OutlinedButton } from "bricks"
1010
import Title from "../components/title"
1111
import Project from "../components/project"
12-
import OutlineButton from '../components/outlineButton'
1312
import ContactUsButton from '../components/contactUsButton';
1413

1514
const IndexPage = ({ data }) => {
@@ -103,9 +102,9 @@ const IndexPage = ({ data }) => {
103102
/>
104103

105104
<Box width={1} textAlign="center">
106-
<OutlineButton onClick={() => navigate('/work')}>
105+
<OutlinedButton borderRadius={3} onClick={() => navigate('/work')}>
107106
More work
108-
</OutlineButton>
107+
</OutlinedButton>
109108
</Box>
110109
</Box>
111110

0 commit comments

Comments
 (0)