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:
parent
263ef3ef9c
commit
05037f60be
|
@ -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 />
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue