From f5f1f5143c05e1768854a2afa2f51cfcfde12690 Mon Sep 17 00:00:00 2001 From: Ben Baryo <19845603+ctrl-escp@users.noreply.github.com> Date: Sun, 16 Jun 2024 11:27:43 +0300 Subject: [PATCH] Open github link in a new tab --- src/NavBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NavBar.vue b/src/NavBar.vue index 88de2d9..13a5774 100644 --- a/src/NavBar.vue +++ b/src/NavBar.vue @@ -34,7 +34,7 @@ const isReadyToCompose = computed(() => store.states.length); :disabled="!isReadyToCompose" >compose - + View on GitHub