diff --git a/components/Brand/Button.vue b/components/Brand/Button.vue new file mode 100644 index 000000000..ac802fc74 --- /dev/null +++ b/components/Brand/Button.vue @@ -0,0 +1,43 @@ + + + + + + {{ text }} + + + + \ No newline at end of file diff --git a/components/KeyActions.ce.vue b/components/KeyActions.ce.vue index ee768963a..88d761105 100644 --- a/components/KeyActions.ce.vue +++ b/components/KeyActions.ce.vue @@ -9,6 +9,12 @@ const { keyActions } = storeToRefs(useServerStore()); + props.title ? `ModalTit leave-from="opacity-100 scale-100" leave-to="opacity-0 scale-95" > - + Close diff --git a/components/UserProfile/CallbackFeedback.vue b/components/UserProfile/CallbackFeedback.vue index d23812253..8824fae90 100644 --- a/components/UserProfile/CallbackFeedback.vue +++ b/components/UserProfile/CallbackFeedback.vue @@ -1,5 +1,6 @@