From ad245fd601c709c5eff81f3ccd001dbabf689b63 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sat, 2 Sep 2023 14:28:57 -1000 Subject: [PATCH] Fix typo --- app.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.vue b/app.vue index f3d6e03..e7c5bf2 100644 --- a/app.vue +++ b/app.vue @@ -95,7 +95,7 @@ if (users.value.length > 0) { } useHead({ - title: `sFlavi`, + title: `Flavi`, });