fix. 언어정책 적용

This commit is contained in:
clkim
2026-01-13 15:51:10 +09:00
parent 352d76a61c
commit 7e98721228
10 changed files with 92 additions and 218 deletions

View File

@@ -180,7 +180,7 @@ onMounted(() => {
<template>
<header :class="['header', { 'empty-game': !gnbData }]">
<BlocksStoveGnbNew class="h-[48px]" />
<BlocksStoveGnb class="h-[48px]" />
<div
v-if="gnbData"
:class="['game-wrap', { 'is-fixed': isPassedStoveGnb }]"

View File

@@ -2,7 +2,7 @@
<template>
<header class="header">
<BlocksStoveGnbNew class="min-h-[48px]" />
<BlocksStoveGnb class="min-h-[48px]" />
</header>
</template>