Skip to content

Commit 666fda5

Browse files
committed
Finishing touches
1 parent a31d582 commit 666fda5

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

src/components/SiteFooter.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ const SiteFooter = () => {
8989
</div>
9090
<div className="col-xs-12 col-md-offset-1 col-md-5">
9191
<h6>About</h6>
92-
PostGraphile, Gra<em>fast</em> and Graphile Build are crowd-funded
93-
Open Source Software, developed and maintained primarily by{" "}
92+
PostGraphile, Gra<em>fast</em> and all of the Graphile suite of
93+
tools are crowd-funded Open Source Software, developed and
94+
maintained primarily by{" "}
9495
<a href="https://twitter.com/benjie">@Benjie</a> with the help of
9596
the community.
9697
<br />

src/components/SiteHeader.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ export default class SiteHeader extends React.Component {
229229
</li>
230230
)}
231231
/>
232-
{/*
233232
<Route
234233
path={POSTGRAPHILE_ROUTES}
235234
render={() => (
@@ -247,6 +246,7 @@ export default class SiteHeader extends React.Component {
247246
</li>
248247
)}
249248
/>
249+
{/*}
250250
<Route
251251
path={POSTGRAPHILE_ROUTES}
252252
render={() => (
@@ -355,7 +355,7 @@ export default class SiteHeader extends React.Component {
355355
)}
356356
/>
357357
{/* FIN */}
358-
358+
{/*
359359
<li className="navbar-item ml-auto navbar-item-right">
360360
<span className="searchbox-container">
361361
<input
@@ -366,7 +366,8 @@ export default class SiteHeader extends React.Component {
366366
<span className="fas fa-search searchbox-search" />
367367
</span>
368368
</li>
369-
<li className="navbar-item navbar-item-right">
369+
*/}
370+
<li className="navbar-item ml-auto navbar-item-right">
370371
<Link
371372
className={`nav-link ${
372373
location.pathname.match(/^\/support(\/|$)/)

src/pages/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Enables greater performance and efficiency via deeper integration into your exis
4343

4444
<div class='df flex-row justify-center' style={{height: '3rem'}}>
4545
<div class='ph2 df flex-column justify-center'>
46-
<a class='button--outline' href='/sponsor/'><span class='fas fa-heart' /> Support Grafast</a>{ ' '}
46+
<a class='button--outline' href='https://graphile.org'><span class='fas fa-bolt' /> Get Started</a>{ ' '}
4747
</div>
4848
</div>
4949
</MarketingProduct>
@@ -98,7 +98,7 @@ Migrate.
9898
</Col>
9999
</Flex>
100100

101-
### Extensible high-performance automatic GraphQL API for PostgreSQL
101+
### Extensible high-performance GraphQL APIs backed primarily by PostgreSQL
102102

103103

104104
<div class='df flex-row justify-center' style={{height: '3rem'}}>

0 commit comments

Comments
 (0)