diff --git a/frontend/src/assets/scss/gradido-template.scss b/frontend/src/assets/scss/gradido-template.scss
index 3422fe01d..f10284285 100644
--- a/frontend/src/assets/scss/gradido-template.scss
+++ b/frontend/src/assets/scss/gradido-template.scss
@@ -113,7 +113,11 @@ a:hover,
height: 50px;
}
-.rounded-right {
+// .rounded-right-17 {
+// border-top-right-radius: 17px !important;
+// border-bottom-right-radius: 17px !important;
+// }
+.input-group .rounded-right {
border-top-right-radius: 17px !important;
border-bottom-right-radius: 17px !important;
}
diff --git a/frontend/src/components/Contributions/OpenCreationsAmount.vue b/frontend/src/components/Contributions/OpenCreationsAmount.vue
new file mode 100644
index 000000000..4760280b4
--- /dev/null
+++ b/frontend/src/components/Contributions/OpenCreationsAmount.vue
@@ -0,0 +1,18 @@
+
+
+
+
+
+
diff --git a/frontend/src/components/Template/ContentHeader/GdtAmount.vue b/frontend/src/components/Template/ContentHeader/GdtAmount.vue
index fb26bde90..ff4d949fe 100644
--- a/frontend/src/components/Template/ContentHeader/GdtAmount.vue
+++ b/frontend/src/components/Template/ContentHeader/GdtAmount.vue
@@ -1,5 +1,8 @@
- GDT Amount components
+
+
GDT Amount components
+
0.00 GDT
+
diff --git a/frontend/src/components/Template/ContentHeader/NavCommunity.vue b/frontend/src/components/Template/ContentHeader/NavCommunity.vue
new file mode 100644
index 000000000..a16c5747b
--- /dev/null
+++ b/frontend/src/components/Template/ContentHeader/NavCommunity.vue
@@ -0,0 +1,14 @@
+
+
+
+
diff --git a/frontend/src/layouts/templates/ContentHeader.vue b/frontend/src/layouts/templates/ContentHeader.vue
index 37c4f3e92..bba8e9904 100644
--- a/frontend/src/layouts/templates/ContentHeader.vue
+++ b/frontend/src/layouts/templates/ContentHeader.vue
@@ -61,7 +61,7 @@
-
+
settings content header
@@ -71,14 +71,14 @@
import GddAmount from '@/components/Template/ContentHeader/GddAmount.vue'
import GdtAmount from '@/components/Template/ContentHeader/GdtAmount.vue'
import CommunityMember from '@/components/Template/ContentHeader/CommunityMember.vue'
-import MyCommunity from '@/components/Template/ContentHeader/MyCommunity.vue'
+import NavCommunity from '@/components/Template/ContentHeader/NavCommunity.vue'
export default {
name: 'ContentHeader',
components: {
GddAmount,
GdtAmount,
CommunityMember,
- MyCommunity,
+ NavCommunity,
},
props: {
balance: { type: Number, required: true },
diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue
index e5902d130..2e378525f 100644
--- a/frontend/src/pages/Community.vue
+++ b/frontend/src/pages/Community.vue
@@ -1,5 +1,6 @@