import css from 'styles' import { getSession, signin, signout, useSession } from 'next-auth/client' import { GetServerSideProps } from 'next' import Link from 'next/link' import React from 'react' import Head from 'next/head' export default function Sponsorware(): JSX.Element { const [session, loading] = useSession() return ( <>
Hey, thanks for visiting tldraw, a tiny little drawing app by{' '} steveruizok {' '} and friends .
This project is currently:
If you'd like to try it out,{' '} sponsor me on Github {' '} (at any level) and sign in below.
Signed in as {session?.user?.name} ({session?.user?.email}), but it looks like
you're not yet a sponsor.
Something wrong? Try reloading the page or DM me on{' '}
Twitter
.
Already a sponsor? Just sign in to visit the app.
> )}