mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-04 19:16:07 +02:00
Doc: Fixed link targets
This commit is contained in:
parent
f2061ba34d
commit
09e3377e6b
@ -100,19 +100,21 @@ const config = {
|
||||
{
|
||||
to: 'https://discourse.joplinapp.org',
|
||||
label: 'Forum',
|
||||
position: 'right',
|
||||
position: 'right',
|
||||
},
|
||||
{
|
||||
to: process.env.WEBSITE_BASE_URL + '/plans',
|
||||
label: 'Joplin Cloud',
|
||||
position: 'right',
|
||||
className: 'navbar-custom-buttons plans-button',
|
||||
target: '_self',
|
||||
},
|
||||
{
|
||||
to: process.env.WEBSITE_BASE_URL + '/donate',
|
||||
label: '♡ Support us',
|
||||
position: 'right',
|
||||
className: 'navbar-custom-buttons sponsor-button',
|
||||
target: '_self',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user