feat: 신규 Stove GNB 추가, 푸터 이미지 경로 함수 추가
This commit is contained in:
18
layers/components/layouts/StoveHeader.vue
Normal file
18
layers/components/layouts/StoveHeader.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<header class="header">
|
||||
<BlocksStoveGnbNew class="min-h-[48px]" />
|
||||
|
||||
</header>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.header {
|
||||
@apply bg-theme-foreground text-theme-foreground-reversal relative z-[100];
|
||||
}
|
||||
|
||||
</style>
|
||||
c
|
||||
Reference in New Issue
Block a user