From d8f82c0e73f73d516b0314283036a255aadf2c7b Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 23 Mar 2020 22:21:09 +0100 Subject: [PATCH] Add support e-mail link --- client/src/components/ContentNavigation.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/src/components/ContentNavigation.vue b/client/src/components/ContentNavigation.vue index aa982ccf..059fdbda 100644 --- a/client/src/components/ContentNavigation.vue +++ b/client/src/components/ContentNavigation.vue @@ -23,6 +23,10 @@ +
+ Supportanfragen +
+ @@ -89,9 +93,11 @@ order: 3; border-bottom: 0; } + &:nth-child(2) { order: 1; } + &:nth-child(3) { order: 2; }