diff --git a/ui/src/components/title/THWLogo.vue b/ui/src/components/title/THWLogo.vue
index 97bae63..f5e6412 100644
--- a/ui/src/components/title/THWLogo.vue
+++ b/ui/src/components/title/THWLogo.vue
@@ -4,12 +4,7 @@
{{ above }}
-
+
@@ -28,6 +23,10 @@ export default class THWLogo extends Vue {
@Prop({ required: true })
private readonly below!: string;
+
+ private get logo_url(): string {
+ return this.$ovdashboard.api_url("file/get/logo");
+ }
}