1
0
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:
Laurent Cozic 2023-10-30 12:21:46 +00:00
parent f2061ba34d
commit 09e3377e6b

View File

@ -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',
},
],
},