This commit is contained in:
mota
2025-11-18 14:56:18 +09:00
parent f4196167c7
commit 84486ba7f9
2 changed files with 5 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ export default function Footer() {
<div className="flex flex-col items-center gap-[7px] w-[72px]">
<MainLogoSvg width={72} height={54} />
<div className="text-[16px] font-extrabold leading-[1.45] tracking-[-0.08px] text-black">
XL LMS
XR LMS
</div>
</div>
<div className="flex-1 flex flex-col justify-end gap-[24px]">
@@ -33,7 +33,7 @@ export default function Footer() {
<p className="leading-[1.45] text-nowrap">문의: 1234-1234 ( 09:00 ~ 18:00)</p>
<p className="leading-[1.45] text-nowrap">이메일: qwer1234@go.or.kr</p>
</div>
<p className="leading-[1.45] text-nowrap">Copyright 2025 XL LMS. All rights reserved</p>
<p className="leading-[1.45] text-nowrap">Copyright 2025 XR LMS. All rights reserved</p>
</div>
</div>
<img