diff --git a/webapp/components/_new/features/PageParamsLink/PageParamsLink.vue b/webapp/components/_new/features/PageParamsLink/PageParamsLink.vue
index ae01dd319..c0ed6a593 100644
--- a/webapp/components/_new/features/PageParamsLink/PageParamsLink.vue
+++ b/webapp/components/_new/features/PageParamsLink/PageParamsLink.vue
@@ -6,7 +6,7 @@
>
-
+
diff --git a/webapp/constants/headerMenu.js b/webapp/constants/headerMenu.js
index 6d0a0afad..6fd66edc3 100644
--- a/webapp/constants/headerMenu.js
+++ b/webapp/constants/headerMenu.js
@@ -1,12 +1,13 @@
export default {
MENU: [
- // {
- // nameIdent: 'nameIdent',
- // path: '/',
- // },
- // {
- // nameIdent: 'nameIdent',
- // url: 'https://ocelot.social',
- // },
+ {
+ nameIdent: 'nameIdent',
+ path: '/',
+ },
+ {
+ nameIdent: 'nameIdent',
+ url: 'https://ocelot.social',
+ target: '_blank'
+ },
],
}
diff --git a/webapp/constants/links.js b/webapp/constants/links.js
index c65c9be3c..694d9f522 100644
--- a/webapp/constants/links.js
+++ b/webapp/constants/links.js
@@ -4,7 +4,7 @@ import { defaultPageParamsPages } from '~/components/utils/InternalPages.js'
const ORGANIZATION = defaultPageParamsPages.ORGANIZATION.overwrite({
externalLink: 'https://ocelot.social', // if string is defined and not empty it's dominating
-
+ target: '_blank',
internalPage: {
// footerIdent: 'site.made', // localized string identifier, if undefined default is used
// headTitleIdent: 'site.made', // localized string identifier, if undefined default is used
@@ -18,7 +18,7 @@ const ORGANIZATION = defaultPageParamsPages.ORGANIZATION.overwrite({
const DONATE = defaultPageParamsPages.DONATE.overwrite({
// we use 'ocelot-social.herokuapp.com' at the moment, because redirections of 'ocelot.social' subpages are not working correctly
externalLink: 'https://ocelot-social.herokuapp.com/donations', // if string is defined and not empty it's dominating
-
+ target: '_blank',
internalPage: {
// footerIdent: 'site.donate', // localized string identifier, if undefined default is used
// headTitleIdent: 'site.donate', // localized string identifier, if undefined default is used
@@ -32,7 +32,7 @@ const DONATE = defaultPageParamsPages.DONATE.overwrite({
const IMPRINT = defaultPageParamsPages.IMPRINT.overwrite({
// we use 'ocelot-social.herokuapp.com' at the moment, because redirections of 'ocelot.social' subpages are not working correctly
externalLink: 'https://ocelot-social.herokuapp.com/imprint', // if string is defined and not empty it's dominating
-
+ target: '_blank',
internalPage: {
// footerIdent: 'site.imprint', // localized string identifier, if undefined default is used
// headTitleIdent: 'site.imprint', // localized string identifier, if undefined default is used
@@ -97,7 +97,7 @@ const FAQ = defaultPageParamsPages.FAQ.overwrite({
})
const SUPPORT = defaultPageParamsPages.SUPPORT.overwrite({
externalLink: 'https://ocelot.social', // if string is defined and not empty it's dominating
-
+ target: '_blank',
internalPage: {
// footerIdent: 'site.support', // localized string identifier, if undefined default is used
// headTitleIdent: 'site.support', // localized string identifier, if undefined default is used