import React from 'react' import Link from 'gatsby-link' import {MDXRenderer} from "gatsby-plugin-mdx"; export default class Zine extends React.Component { render() { var checkoutImg = 'https://www.paypalobjects.com/webstatic/en_US/i/buttons/checkout-logo-large.png' var payPal = '
\n' + '\n' + '\n' + '\n' + '\n' + '\n' + '\n' + '\n' + '\n' + '\n' + '\n' + `\n` + `\n` + '
\n' return (
← Back To All Zines

{this.props.zine.title}

{this.props.zine.price}

{this.props.mdx.body}

You can purchase this zine with paypal. You will be asked for a shipping address as part of the checkout.


Or you can order a zine by paying me on venmo @Max-Fowler, and emailing me at maxhfowler@gmail.com with your shipping address and what zine you would like.

) } }