From 491e736422c16aef9f6ce07086da739b29355a22 Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Mon, 14 Jul 2025 22:27:30 +0200 Subject: [PATCH] feat: change Button component to be a button and not a div, and made callback optional --- components/UserInterface/Button.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/components/UserInterface/Button.vue b/components/UserInterface/Button.vue index 66706de..467b65e 100644 --- a/components/UserInterface/Button.vue +++ b/components/UserInterface/Button.vue @@ -1,14 +1,14 @@