Skip to content

Commit 54c8b0e

Browse files
author
jyn
committed
Merge branch 'dev'
2 parents b24877f + e9590be commit 54c8b0e

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

src/features/landing/components/landing-page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use client';
2-
31
import 'swiper/css';
42
import 'swiper/css/navigation';
53
import 'swiper/css/autoplay';

src/shared/components/footer/footer.tsx

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,10 @@ import React from 'react';
66
const Footer: React.FC = () => {
77
return (
88
<footer className="txt-13-medium mx-auto h-[11.6rem] w-full border-t border-gray-100 bg-white px-[2.4rem] py-[3rem] text-gray-600 md:h-[14rem] md:px-[4rem] lg:px-[20rem]">
9-
{/* 모바일 사이즈: 위에 보일 Privacy Policy · FAQ */}
10-
<div className="mb-4 flex justify-center gap-7 md:hidden">
11-
<a>Privacy Policy</a>
12-
<span>·</span>
13-
<a>FAQ</a>
14-
</div>
15-
169
<div className="flex flex-row items-center justify-between md:grid md:grid-cols-3 md:items-center">
1710
<div className="text-left text-gray-400">nomadia - 2025</div>
1811

19-
<div className="hidden justify-center gap-4 md:flex">
20-
<a>Privacy Policy</a>
21-
<span>·</span>
22-
<a>FAQ</a>
23-
</div>
12+
<div className="hidden justify-center gap-4 md:flex"></div>
2413

2514
<div className="flex items-center justify-end gap-[1.6rem]">
2615
<a

0 commit comments

Comments
 (0)