Remove investing information

- Removed "Invest" from unauthenticated home page in Navbar
- Removed button/link from promo area of authenticated home page in
sidebar
- Updated Investors page to remove link leaving two beyind (reports)
This commit is contained in:
Rob Colbert 2019-08-07 15:47:34 -04:00
parent 263ef3ef9c
commit 05037f60be
3 changed files with 0 additions and 16 deletions

View File

@ -12,19 +12,6 @@ const PromoPanel = () => (
<div className='promo-panel'>
<div className='promo-panel__container'>
<div className='promo-panel-item'>
<a className='promo-panel-item__btn button button-alternative-2' href='https://invest.gab.com'>
<Icon id='check-circle' className='promo-panel-item__icon' fixedWidth />
<FormattedMessage id='promo.invest_heading' defaultMessage='Invest in Gab' />
</a>
<p className='promo-panel-item__message'>
<FormattedMessage
id='promo.invest_message'
defaultMessage='Learn more about investing in Gab and our vision for the future.'
/>
</p>
</div>
<div className='promo-panel-item'>
<a className='promo-panel-item__btn button button-alternative-2' href='/invites'>
<Icon id='envelope' className='promo-panel-item__icon' fixedWidth />

View File

@ -5,8 +5,6 @@
.box-widget
.rich-formatting
%h2 Investors
%p
= link_to 'Invest in Gab', 'https://invest.gab.com'
%p
= link_to '2018 Annual Report', 'https://www.sec.gov/Archives/edgar/data/1709244/000114420419021378/tv519744_annualreport.pdf'
%p

View File

@ -12,7 +12,6 @@
= image_pack_tag 'gab_logo.svg', alt: 'Gab Social'
= link_to t('home'), root_url, class: 'nav-link optional'
= link_to t('about.about_this'), about_path, class: 'nav-link'
= link_to 'Invest', 'https://invest.gab.com', class: 'nav-link'
= link_to 'Apps', 'https://apps.gab.com', class: 'nav-link'
.nav-center
.nav-right