fix. header brand로 연결되던거 수정
This commit is contained in:
@@ -226,7 +226,7 @@ onMounted(() => {
|
||||
<header class="header">
|
||||
<BlocksStoveGnbNew class="h-[48px]" />
|
||||
<div :class="['game-wrap', { 'is-fixed': isPassedStoveGnb }]">
|
||||
<AtomsLocaleLink to="/brand" class="mx-auto md:hidden">
|
||||
<AtomsLocaleLink to="/" class="mx-auto md:hidden">
|
||||
<img
|
||||
:src="getImageHost(gnbData?.bi_path)"
|
||||
:alt="gameData?.game_name"
|
||||
@@ -243,7 +243,7 @@ onMounted(() => {
|
||||
>
|
||||
<div ref="navAreaRef" class="nav-area" @click.stop>
|
||||
<div class="nav-logo">
|
||||
<AtomsLocaleLink to="/brand" @click="handleMenuClose">
|
||||
<AtomsLocaleLink to="/" @click="handleMenuClose">
|
||||
<img
|
||||
:src="getImageHost(gnbData?.bi_path)"
|
||||
:alt="gameData?.game_name"
|
||||
|
||||
BIN
public/images/sample/GR_BOARD_01/common/bg.jpg
Normal file
BIN
public/images/sample/GR_BOARD_01/common/bg.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
BIN
public/images/sample/GR_BOARD_01/common/bg_m.jpg
Normal file
BIN
public/images/sample/GR_BOARD_01/common/bg_m.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 396 KiB |
BIN
public/images/sample/GR_CONTENTS_01/common/bg.jpg
Normal file
BIN
public/images/sample/GR_CONTENTS_01/common/bg.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
BIN
public/images/sample/GR_CONTENTS_01/common/bg_m.jpg
Normal file
BIN
public/images/sample/GR_CONTENTS_01/common/bg_m.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
BIN
public/images/sample/GR_CONTENTS_01/ko/img_slide01.png
Normal file
BIN
public/images/sample/GR_CONTENTS_01/ko/img_slide01.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 563 KiB |
BIN
public/images/sample/GR_CONTENTS_01/ko/img_slide01_m.png
Normal file
BIN
public/images/sample/GR_CONTENTS_01/ko/img_slide01_m.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
Reference in New Issue
Block a user