diff --git a/js/public/img/koena-a11y.svg b/js/public/img/koena-a11y.svg
new file mode 100644
index 000000000..4ef920d2f
--- /dev/null
+++ b/js/public/img/koena-a11y.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/js/src/components/NavBar.vue b/js/src/components/NavBar.vue
index 53fdfcfc4..4fdd80cd0 100644
--- a/js/src/components/NavBar.vue
+++ b/js/src/components/NavBar.vue
@@ -34,6 +34,18 @@
>{{ $t("Create") }}
+
+
+
@@ -303,5 +315,14 @@ nav {
a.navbar-item:focus-within {
background-color: inherit;
}
+
+ .koena {
+ padding-top: 0;
+ padding-bottom: 0;
+ & > img {
+ max-height: 4rem;
+ padding-top: 0.2rem;
+ }
+ }
}