Skip to content

Commit

Permalink
update gatsby-theme-mdx-deck for prefixPaths
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcy Sutton committed Jul 28, 2019
1 parent d23e9ca commit b5f2332
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"gatsby-plugin-sharp": "^2.2.7",
"gatsby-remark-prismjs": "^3.3.3",
"gatsby-source-filesystem": "^2.1.5",
"gatsby-theme-mdx-deck": "^3.0.7",
"gatsby-theme-mdx-deck": "^3.0.8",
"gatsby-transformer-sharp": "^2.2.3",
"match-sorter": "^4.0.1",
"node-sass": "^4.12.0",
Expand Down
4 changes: 2 additions & 2 deletions src/templates/slide.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ const FooterByline = styled.p`
margin: 0;
text-align: center;
`
export default ({ Counter, children }) => (
export default ({ children }) => (
<>
<SEO title="Workshop Slides" keywords={['workshop', 'javascript', 'accessibility', 'react']} />
<Header>
<P>
<a href="/">
<a href="../">
<svg xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 100 125">
<title>back arrow</title>
<path d="M42.7 32.7l-.2-15.8c0-1-.6-1.8-1.5-2.2-.9-.4-1.9-.3-2.7.4L2 45.8c-.6.5-.9 1.2-.9 1.9s.3 1.4.9 1.9l37.2 30c.5.4 1 .6 1.6.6 1.4 0 2.5-1.1 2.5-2.5v-.3L43.1 62h1.4c18.2 0 38.3 2.7 49.8 22.4.5.8 1.3 1.2 2.2 1.2.2 0 .4 0 .7-.1 1.1-.3 1.8-1.3 1.8-2.4-.1-8.2-3.4-20.6-12.2-31.2-7.3-8.5-20.6-18.6-44.1-19.2zm1.7 24.2h-3.9c-.7 0-1.3.3-1.8.8s-.7 1.1-.7 1.8l.2 12.9L7.5 47.6l30.1-25.4.2 12.9c0 1.4 1.1 2.5 2.5 2.5h.2c34.6 0 47.9 20.9 51.9 35.7-13-14.2-31.2-16.4-48-16.4z" />
Expand Down

0 comments on commit b5f2332

Please sign in to comment.