Skip to content

Commit bfd1a24

Browse files
authored
Merge pull request #291 from teacherfund/dev/stop-tickets
update
2 parents e33cf28 + 84249a2 commit bfd1a24

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pages/tickets.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import PageWrapper from '../components/pageWrapper'
3-
import DonateTicketForm from '../components/donateTicketForm'
4-
import { Box } from '@chakra-ui/react'
3+
// import DonateTicketForm from '../components/donateTicketForm'
4+
// import { Box } from '@chakra-ui/react'
55

66
export default function Tickets () {
77
return (
@@ -10,9 +10,9 @@ export default function Tickets () {
1010
<div className='flex flex-column bg-trans-gray justify-between ph3 pv4 pv5-ns pa4-ns'>
1111
<div className='flex flex-column tf-lato tc mv-auto'>
1212
<h1 className='tf-dark-gray f2 f1-l tf-oswald fl'>
13-
The Teacher Fund-Raiser!
13+
The Teacher Fund-Raiser was cancelled this year...
1414
</h1>
15-
<p className='tf-lato-lite f3-m pa1 w-75-m w-50-l m-auto lh-5 lh-copy mv2'>
15+
{/* <p className='tf-lato-lite f3-m pa1 w-75-m w-50-l m-auto lh-5 lh-copy mv2'>
1616
100% of your ticket donation goes toward funding teachers in our local area. You can
1717
give knowing that your entire gift will help equip classrooms and help students.
1818
</p>
@@ -40,10 +40,10 @@ export default function Tickets () {
4040
</div>
4141
<p>Patron tickets cover the costs of our local educators in attendance.</p>
4242
<b> All ticket purchases and donations are a 501c3 tax deductible donation</b> and receipts
43-
can be retrieved by logging in with the email used for ticket purchase.
43+
can be retrieved by logging in with the email used for ticket purchase. */}
4444
</div>
4545
<div className='flex flex-column w-100 w-70-m w-30-l m-auto'>
46-
<DonateTicketForm />
46+
{/* <DonateTicketForm /> */}
4747
</div>
4848
</div>
4949
</React.Fragment>

0 commit comments

Comments
 (0)