fix: [PWT-163] [front] Footer > JA 푸터 자금 결제법 URL 설정 오류

This commit is contained in:
“hyeonggkim”
2025-12-03 21:02:23 +09:00
parent e0242f8029
commit ec5421d0f2
5 changed files with 131 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
<script setup lang="ts"></script>
<template>
<AtomsButtonCircle sr-only="home" type="link" to="/" class="btn-home">
<AtomsButtonCircle sr-only="home" type="link" to="/home" class="btn-home">
<AtomsIconsHomeFill />
</AtomsButtonCircle>
</template>