mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +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({
|
||||
'Legal entity with 501(c)(3) status': 'briefcase',
|
||||
'We do your taxes': 'checkmark',
|
||||
'Collect donations via card, check, or ACH': 'enter',
|
||||
'Share access with your whole team': 'member-add',
|
||||
'Bank account backed by Silicon Valley Bank': 'bank-account',
|
||||
'Instant invoice sending': 'transactions',
|
||||
|
|
@ -66,7 +65,6 @@ export default function Everything({ fee, partner = false }) {
|
|||
))}
|
||||
{!partner
|
||||
? Object.entries({
|
||||
'Instant Google Workspace & email addresses': '',
|
||||
'Online, embeddable donation form': ''
|
||||
}).map(([item, date]) => (
|
||||
<ListItem
|
||||
|
|
|
|||
|
|
@ -120,13 +120,6 @@ export default function Features({ partner = false }) {
|
|||
name="Transparency Mode"
|
||||
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
|
||||
icon="email"
|
||||
name="Postal"
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ const Content = () => (
|
|||
leadText="A suite of free tools."
|
||||
body={`
|
||||
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>
|
||||
<NextLink href="/bank" passHref>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue