diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml
index 0c07ab53..b4309e05 100644
--- a/app/views/layouts/public.html.haml
+++ b/app/views/layouts/public.html.haml
@@ -12,6 +12,7 @@
= 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'
.nav-center
.nav-right
- if user_signed_in?