Skip to content

Commit

Permalink
fixed buttons (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryang72 authored Oct 11, 2018
1 parent 7cc239b commit fe60982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const IndexPage = ({ data }) => {
supporting community programs to advance news literacy and the free
press.
</p>
<Button>Learn More</Button>
<Link to="/about/"><Button>Learn More</Button></Link>
</HomePageSection>
<Img fluid={data.classOf2018.childImageSharp.fluid} />

Expand All @@ -75,7 +75,7 @@ const IndexPage = ({ data }) => {
bolster its reporting through travel, equipment and scholarship
opportunities.
</p>
<Button>Give</Button>
<Link to="/give-back/"><Button>Give</Button></Link>
</HomePageSection>

<HomePageSection title="Connect" theme={1}>
Expand Down

0 comments on commit fe60982

Please sign in to comment.