From 2dc6b1001622a0d558cf8a792eca686ebc30412f Mon Sep 17 00:00:00 2001 From: ak Date: Sat, 30 Sep 2023 23:55:29 -0700 Subject: [PATCH] removed width limitation for username button --- src/components/AuthenticatedLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AuthenticatedLayout.vue b/src/components/AuthenticatedLayout.vue index 7cc9233..ecfca11 100644 --- a/src/components/AuthenticatedLayout.vue +++ b/src/components/AuthenticatedLayout.vue @@ -21,7 +21,7 @@ const changeTitle = (text) => {

🥷 {{ username }}