chore: update website for preview links (#2085)

* chore: update website for preview links

* fix formatting
This commit is contained in:
Shawn Erquhart
2019-02-12 10:56:56 -05:00
committed by GitHub
parent e26548dc22
commit 8ccbdf928e
5 changed files with 946 additions and 402 deletions

View File

@ -74,6 +74,7 @@ const HomePage = ({ data }) => {
versionPrevious={updates.updates[idx + 1].version}
date={node.date}
description={node.description}
url={node.url}
/>
))}
</WhatsNew>
@ -127,6 +128,7 @@ export const pageQuery = graphql`
date
description
version
url
}
}
}