Skip to content

Commit

Permalink
.org banner: behind the scenes promo (#10900)
Browse files Browse the repository at this point in the history
requested by @lindaleebumblebee
  • Loading branch information
amberleyromo authored and DSchau committed Jan 7, 2019
1 parent 66789f1 commit ad8e329
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
13 changes: 4 additions & 9 deletions www/src/components/layout.js
Expand Up @@ -153,17 +153,12 @@ class DefaultLayout extends React.Component {
<Banner background={isHomepage ? `#402060` : false}>
{/* !!! If you change the children of Banner remember to do the same in layout/layout-with-heading.js */}
<OutboundLink
href="https://www.gatsbyjs.com/content-mesh-contentful"
css={{
color: `#fff`,
"&:hover": {
color: `#fff`,
},
}}
href="https://www.gatsbyjs.com/behind-the-scenes/"
css={{ color: `#fff`, "&:hover": { color: `#fff` } }}
>
Watch
Register now
</OutboundLink>
{`: “Rise of the Content Mesh: Webcast with Contentful and Gatsby”.`}
{`: “Behind the Scenes: What makes Gatsby Great”.`}
</Banner>
<Navigation pathname={this.props.location.pathname} />
<div
Expand Down
13 changes: 4 additions & 9 deletions www/src/components/layout/layout-with-heading.js
Expand Up @@ -81,17 +81,12 @@ const LayoutWithHeading = props => {

<Banner>
<OutboundLink
href="https://www.gatsbyjs.com/content-mesh-contentful"
css={{
color: `#fff`,
"&:hover": {
color: `#fff`,
},
}}
href="https://www.gatsbyjs.com/behind-the-scenes/"
css={{ color: `#fff`, "&:hover": { color: `#fff` } }}
>
Watch
Register now
</OutboundLink>
{`: “Rise of the Content Mesh: Webcast with Contentful and Gatsby”.`}
{`: “Behind the Scenes: What makes Gatsby Great”.`}
</Banner>

<Navigation pathname={props.location.pathname} />
Expand Down

0 comments on commit ad8e329

Please sign in to comment.