diff --git a/app/javascript/gabsocial/features/ui/components/promo_panel.js b/app/javascript/gabsocial/features/ui/components/promo_panel.js index ebf1f768..2cb47fa3 100644 --- a/app/javascript/gabsocial/features/ui/components/promo_panel.js +++ b/app/javascript/gabsocial/features/ui/components/promo_panel.js @@ -12,19 +12,6 @@ const PromoPanel = () => (
-
- - - - -

- -

-
-
diff --git a/app/views/about/investors.html.haml b/app/views/about/investors.html.haml index 101aaaf9..7b116e65 100644 --- a/app/views/about/investors.html.haml +++ b/app/views/about/investors.html.haml @@ -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 diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 20ff0a62..78377d54 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -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