mirror of
https://github.com/System-End/site.git
synced 2026-04-19 20:55:09 +00:00
Remove Google Workspace from /bank (#671)
This commit is contained in:
parent
075bb6c13d
commit
97b3aba507
3 changed files with 1 additions and 10 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -120,13 +120,6 @@ export default function Features({ partner = false }) {
|
||||||
name="Transparency Mode"
|
name="Transparency Mode"
|
||||||
body="If you’d like, show your finances on public pages for full transparency."
|
body="If you’d 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"
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue