diff --git a/src/App.vue b/src/App.vue index 49d0356..e1a43ca 100644 --- a/src/App.vue +++ b/src/App.vue @@ -180,8 +180,9 @@ " class="block w-full text-center text-md font-bold uppercase bg-blue-600 text-white px-2 py-2 rounded-md mb-2" > - Yes - {{ notification.yesText ? ", " + notification.yesText : "" }} + Yes{{ + notification.yesText ? ", " + notification.yesText : "" + }}