1234
This commit is contained in:
@@ -10,7 +10,7 @@ export default function Footer() {
|
|||||||
<div className="flex flex-col items-center gap-[7px] w-[72px]">
|
<div className="flex flex-col items-center gap-[7px] w-[72px]">
|
||||||
<MainLogoSvg width={72} height={54} />
|
<MainLogoSvg width={72} height={54} />
|
||||||
<div className="text-[16px] font-extrabold leading-[1.45] tracking-[-0.08px] text-black">
|
<div className="text-[16px] font-extrabold leading-[1.45] tracking-[-0.08px] text-black">
|
||||||
XL LMS
|
XR LMS
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex-1 flex flex-col justify-end gap-[24px]">
|
<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">문의: 1234-1234 (평일 09:00 ~ 18:00)</p>
|
||||||
<p className="leading-[1.45] text-nowrap">이메일: qwer1234@go.or.kr</p>
|
<p className="leading-[1.45] text-nowrap">이메일: qwer1234@go.or.kr</p>
|
||||||
</div>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
<img
|
<img
|
||||||
|
|||||||
@@ -21,17 +21,14 @@ const DYNAMIC_EXAMPLES: RouteItem[] = [
|
|||||||
{ label: "공지사항 상세(예시)", href: "/notices/1" },
|
{ label: "공지사항 상세(예시)", href: "/notices/1" },
|
||||||
{ label: "자료실 상세(예시)", href: "/resources/1" },
|
{ label: "자료실 상세(예시)", href: "/resources/1" },
|
||||||
{ label: "강좌 상세(예시)", href: "/menu/courses/abc123" },
|
{ label: "강좌 상세(예시)", href: "/menu/courses/abc123" },
|
||||||
{ label: "레슨 시작(예시)", href: "/menu/courses/lessons/c1l1/start" },
|
// { label: "레슨 시작(예시)", href: "/menu/courses/lessons/c1l1/start" },
|
||||||
{ label: "레슨 이어서(예시)", href: "/menu/courses/lessons/c1l1/continue" },
|
// { label: "레슨 이어서(예시)", href: "/menu/courses/lessons/c1l1/continue" },
|
||||||
{ label: "레슨 리뷰(새 경로 예시)", href: "/c1l1/review" },
|
{ label: "영상", href: "/c1l1/review" },
|
||||||
];
|
];
|
||||||
|
|
||||||
export default function AllPages() {
|
export default function AllPages() {
|
||||||
return (
|
return (
|
||||||
<main className="mx-auto max-w-[960px] p-8">
|
<main className="mx-auto max-w-[960px] p-8">
|
||||||
<h1 className="mb-6 text-[24px] font-bold leading-[1.5] text-[#1b2027]">
|
|
||||||
전체 페이지 링크
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
<section className="mb-10">
|
<section className="mb-10">
|
||||||
<h2 className="mb-3 text-[18px] font-semibold leading-[1.5] text-[#333c47]">
|
<h2 className="mb-3 text-[18px] font-semibold leading-[1.5] text-[#333c47]">
|
||||||
|
|||||||
Reference in New Issue
Block a user