Skip to content

Commit 1cbb2e6

Browse files
authored
✨ feat: footer 컴포넌트 수정
2 parents e9a550e + 0d8eeac commit 1cbb2e6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/components/common/footer.jsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ export default function Footer({ color }) {
2020
<div
2121
className={`flex flex-col items-start justify-center gap-1 text-${FooterColor} md:items-end`}
2222
>
23-
<div className={`inline-flex text-${FooterColor} items-center justify-end gap-1`}>
24-
<p className="text-sm font-bold">time limit exceeded,</p>
23+
<div className={`inline-flex text-${FooterColor} items-end justify-end gap-2`}>
24+
<div className="flex flex-col items-end">
25+
<p className="text-sm font-bold">time limit exceeded,</p>
26+
<p className="text-sm font-bold">LLM을 활용한 코딩 테스트 스터디 플랫폼</p>
27+
</div>
2528
<Link to="/">
26-
<img className="w-12" src={logo} alt="TLELOGO" />
29+
<img className="w-16" src={logo} alt="TLELOGO" />
2730
</Link>
2831
</div>
2932
<p className="text-sm font-semibold">Copyright 2024. TLE. All rights reserved.</p>

0 commit comments

Comments
 (0)