diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index c1f58e6..b904ef7 100644 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -14,7 +14,7 @@

diff --git a/src/components/device/DevicePreview.vue b/src/components/device/DevicePreview.vue index fbfe2e2..d4bed70 100644 --- a/src/components/device/DevicePreview.vue +++ b/src/components/device/DevicePreview.vue @@ -9,7 +9,7 @@
-
+
midi-logo
@@ -18,7 +18,7 @@ - Profile description will go here! + Profile description will go here! And hopefully it will be a long one! Much longer than this one! Actually, this is probably long enough. I don't think we need to make it any longer...
diff --git a/src/components/profile/ProfileButton.vue b/src/components/profile/ProfileButton.vue index 7b5d0ec..0c7090d 100644 --- a/src/components/profile/ProfileButton.vue +++ b/src/components/profile/ProfileButton.vue @@ -21,8 +21,9 @@ class="flex-1 pl-1 h-full bg-transparent focus-visible:ring-0 focus-visible:outline-none" :class="{'font-semibold bg-zinc-200 hover:bg-zinc-100 text-black' : selected, 'hover:bg-zinc-900 bg-opacity-50 text-white': !selected}" - @blur="editing=false"> + @blur="onNameInputBlur">