From 107a802dc98daf616a6b0b8455586f96673c5893 Mon Sep 17 00:00:00 2001 From: Yu Sung <hwchon1234@gmail.com> Date: Thu, 21 Nov 2024 21:39:41 +0900 Subject: [PATCH] =?UTF-8?q?'=EC=86=8C=EB=8B=A4=EB=9D=BC=EC=9D=B4=EB=B8=8C'?= =?UTF-8?q?=20->=20'=EB=B3=B4=EC=9D=B4=EC=8A=A4=EC=98=A8'=20=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- src/App.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 0aa953b..99fb016 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <link rel="icon" href="<%= BASE_URL %>favicon.ico"> - <title>소다라이브</title> + <title>보이스온 크리에이터 관리자</title> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"> </head> diff --git a/src/App.vue b/src/App.vue index a767c63..b900751 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,7 +7,7 @@ dark > <v-spacer /> - <v-toolbar-title>소다라이브 크리에이터</v-toolbar-title> + <v-toolbar-title>보이스온 크리에이터 관리자</v-toolbar-title> <v-spacer /> </v-app-bar>