diff --git a/components/DashboardFooter.vue b/components/DashboardFooter.vue index c8201ff..a6f9897 100755 --- a/components/DashboardFooter.vue +++ b/components/DashboardFooter.vue @@ -103,15 +103,10 @@ const isOpen = ref(false);
Version: {{ version }} | Commit: {{ commitHash }}
-
-
- -
-
diff --git a/components/DashboardHeader.vue b/components/DashboardHeader.vue index 9c501e2..9f4ee84 100755 --- a/components/DashboardHeader.vue +++ b/components/DashboardHeader.vue @@ -1,4 +1,6 @@ @@ -424,6 +434,9 @@ const handleUnlockClick = (fingerprint: string) => { + diff --git a/components/ui-kit/TitleAndLogo.vue b/components/ui-kit/TitleAndLogo.vue index 6d5b15b..d215564 100755 --- a/components/ui-kit/TitleAndLogo.vue +++ b/components/ui-kit/TitleAndLogo.vue @@ -1,11 +1,17 @@