fix. header brand로 연결되던거 수정

This commit is contained in:
clkim
2025-11-18 16:53:06 +09:00
parent f1f324200e
commit ddbba3cf0b
7 changed files with 2 additions and 2 deletions

View File

@@ -226,7 +226,7 @@ onMounted(() => {
<header class="header"> <header class="header">
<BlocksStoveGnbNew class="h-[48px]" /> <BlocksStoveGnbNew class="h-[48px]" />
<div :class="['game-wrap', { 'is-fixed': isPassedStoveGnb }]"> <div :class="['game-wrap', { 'is-fixed': isPassedStoveGnb }]">
<AtomsLocaleLink to="/brand" class="mx-auto md:hidden"> <AtomsLocaleLink to="/" class="mx-auto md:hidden">
<img <img
:src="getImageHost(gnbData?.bi_path)" :src="getImageHost(gnbData?.bi_path)"
:alt="gameData?.game_name" :alt="gameData?.game_name"
@@ -243,7 +243,7 @@ onMounted(() => {
> >
<div ref="navAreaRef" class="nav-area" @click.stop> <div ref="navAreaRef" class="nav-area" @click.stop>
<div class="nav-logo"> <div class="nav-logo">
<AtomsLocaleLink to="/brand" @click="handleMenuClose"> <AtomsLocaleLink to="/" @click="handleMenuClose">
<img <img
:src="getImageHost(gnbData?.bi_path)" :src="getImageHost(gnbData?.bi_path)"
:alt="gameData?.game_name" :alt="gameData?.game_name"

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB