Added "Invest" link to home page nav
This commit is contained in:
parent
7f538c8809
commit
2f43a48c61
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue