chore : header 기능 추가
SpecialSource Frontend CD / deploy (push) Successful in 15s

This commit is contained in:
sungjin.choi
2026-07-14 11:36:51 +09:00
parent 21e2e34d01
commit 15958b0a4b
+1 -1
View File
@@ -188,7 +188,7 @@ const menuItems = [
const isLoggedIn = computed(() => !!authToken.value);
// 🟢 [NEW] 헤더 상태에 따른 터미널 UI 텍스트 변환
// 🟢 헤더 상태에 따른 터미널 UI 텍스트 변환
const currentServerSourceDisplay = computed(() => {
if (currentServerSource.value === 'firebase_night') {
return 'HOST: FIREBASE (NIGHT)';