fix: 푸터 사업장 주소 상세 주소 추가 (1동 109호)

This commit is contained in:
2026-03-26 09:52:13 +09:00
parent 5d5835bfcc
commit d854ac2057

View File

@@ -51,7 +51,7 @@ export default function DashboardShell({ children }: { children: React.ReactNode
<div className="flex flex-wrap gap-x-4 gap-y-1 leading-relaxed">
<span>대표자: 박재오</span>
<span>사업자등록번호: 267-53-00822</span>
<span>주소: 서울시 22 22</span>
<span>주소: 서울시 22 22, 1 109</span>
<span>전화: 010-3907-1392</span>
<span>이메일: bgg8988@gmail.com</span>
</div>