Remove Google Workspace from /bank (#671)

This commit is contained in:
Caleb Denio 2023-01-12 15:44:30 -05:00 committed by GitHub
parent 075bb6c13d
commit 97b3aba507
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 10 deletions

View file

@ -24,7 +24,6 @@ export default function Everything({ fee, partner = false }) {
{Object.entries({ {Object.entries({
'Legal entity with 501(c)(3) status': 'briefcase', 'Legal entity with 501(c)(3) status': 'briefcase',
'We do your taxes': 'checkmark', 'We do your taxes': 'checkmark',
'Collect donations via card, check, or ACH': 'enter',
'Share access with your whole team': 'member-add', 'Share access with your whole team': 'member-add',
'Bank account backed by Silicon Valley Bank': 'bank-account', 'Bank account backed by Silicon Valley Bank': 'bank-account',
'Instant invoice sending': 'transactions', 'Instant invoice sending': 'transactions',
@ -66,7 +65,6 @@ export default function Everything({ fee, partner = false }) {
))} ))}
{!partner {!partner
? Object.entries({ ? Object.entries({
'Instant Google Workspace & email addresses': '',
'Online, embeddable donation form': '' 'Online, embeddable donation form': ''
}).map(([item, date]) => ( }).map(([item, date]) => (
<ListItem <ListItem

View file

@ -120,13 +120,6 @@ export default function Features({ partner = false }) {
name="Transparency Mode" name="Transparency Mode"
body="If youd like, show your finances on public pages for full transparency." body="If youd like, show your finances on public pages for full transparency."
/> />
{!partner && (
<Module
icon="google"
name="Google Workspace"
body="Get instant, free accounts for your team (like sam@innovationcircuit.com)."
/>
)}
<Module <Module
icon="email" icon="email"
name="Postal" name="Postal"

View file

@ -73,7 +73,7 @@ const Content = () => (
leadText="A suite of free tools." leadText="A suite of free tools."
body={` body={`
When you join Hack Club Bank, you'll have access to a suite of free tools including When you join Hack Club Bank, you'll have access to a suite of free tools including
debit cards, a domain name, Google Workspace, stickers, and more.`} debit cards, a domain name, stickers, and more.`}
/> />
</List> </List>
<NextLink href="/bank" passHref> <NextLink href="/bank" passHref>