From 5f30b9f7395decc40ef7a1107033147a2e702a55 Mon Sep 17 00:00:00 2001 From: LQ63 Date: Tue, 13 Jan 2026 14:40:00 +0100 Subject: [PATCH] fix(ui): Tie selection Added ! --- src/components/ingame/TieC.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ingame/TieC.vue b/src/components/ingame/TieC.vue index 873c33e..30e0858 100644 --- a/src/components/ingame/TieC.vue +++ b/src/components/ingame/TieC.vue @@ -21,7 +21,7 @@ function getCardImagePath(cardPath: string) { function selectTie(tieIndex: number) { wb.sendAndWait("PickTie", { cardIndex: tieIndex }).then( $q.notify({ - message: "You've successfully picked your tieCard", + message: "You've successfully picked your tieCard!", color: "positive", position: "top" })