File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
import Link from "next/link" ;
2
2
import { FaGithub , FaEnvelope } from "react-icons/fa" ;
3
- import { BsChatSquare } from "react-icons/bs" ; // 카카오톡 아이콘 대체 (BsChatSquare 사용)
3
+ import { RiKakaoTalkFill } from "react-icons/ri" ;
4
4
5
5
export default function Footer ( ) {
6
6
return (
7
7
< div className = "flex justify-end items-center h-16 border-t max-w-screen-2xl w-full mx-auto px-10 mb-10" >
8
8
< div className = "text-sm text-muted-foreground mt-10" >
9
9
< div className = "w-full flex items-center justify-end gap-4" >
10
- < Link href = "https://github.com/your-username " target = "_blank" >
11
- < FaGithub size = { 20 } />
10
+ < Link href = "https://github.com/lazy-dinosaur " target = "_blank" >
11
+ < FaGithub size = { 18 } />
12
12
</ Link >
13
- < Link href = "mailto:your-email@example .com" target = "_blank" >
14
- < FaEnvelope size = { 20 } />
13
+ < Link href = "mailto:woohs0130@naver .com" target = "_blank" >
14
+ < FaEnvelope size = { 18 } />
15
15
</ Link >
16
16
< Link href = "https://kakaotalk-link" target = "_blank" >
17
- < BsChatSquare size = { 20 } /> { " " }
17
+ < RiKakaoTalkFill size = { 18 } />
18
18
{ /* 카카오톡 전용 ��이콘 없을 경우 채팅 아이콘으로 대체 */ }
19
19
</ Link >
20
20
</ div >
Original file line number Diff line number Diff line change @@ -163,9 +163,6 @@ export default function Header() {
163
163
className = "rounded-full h-8 w-8 sm:h-9 sm:w-9 md:h-10 md:w-10"
164
164
>
165
165
< Search className = "absolute h-[1rem] w-[1rem] sm:h-[1.2rem] sm:w-[1.2rem] rotate-90 transition-all" />
166
- { /* <kbd className="pointer-events-none hidden md:inline-flex h-5 select-none items-center gap-1 rounded border bg-muted px-1.5 font-mono text-[10px] font-medium text-muted-foreground opacity-100"> */ }
167
- { /* <span className="text-xs">⌘</span>K */ }
168
- { /* </kbd> */ }
169
166
</ Button >
170
167
</ div >
171
168
< CommandDialog open = { open } onOpenChange = { setOpen } >
You can’t perform that action at this time.
0 commit comments