Skip to content

Commit ea3b0da

Browse files
committed
feat: add YouTube link to footer for enhanced connectivity
1 parent 6331f22 commit ea3b0da

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

components/footer.tsx

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Link from "next/link"
2-
import { Github, Linkedin, Instagram, Facebook, Mail, Code2 } from "lucide-react"
2+
import { Github, Linkedin, Instagram, Facebook, Mail, Code2, Youtube } from "lucide-react"
33

44
export function Footer() {
55
const currentYear = new Date().getFullYear()
@@ -95,15 +95,6 @@ export function Footer() {
9595
>
9696
<Linkedin className="h-5 w-5" />
9797
</Link>
98-
<Link
99-
href="https://www.youtube.com/@lab68dev"
100-
target="_blank"
101-
rel="noopener noreferrer"
102-
className="p-2 border border-border hover:border-primary hover:text-primary transition-colors"
103-
aria-label="YouTube"
104-
>
105-
<Youtube
106-
</Link>
10798
<Link
10899
href="https://www.instagram.com/lab68dev/"
109100
target="_blank"
@@ -134,10 +125,18 @@ export function Footer() {
134125
</svg>
135126
</Link>
136127
<Link
128+
href="https://www.youtube.com/@lab68dev"
129+
target="_blank"
130+
rel="noopener noreferrer"
131+
className="p-2 border border-border hover:border-primary hover:text-primary transition-colors"
132+
aria-label="YouTube"
133+
>
134+
<Youtube className="h-5 w-5" />
135+
</Link>
137136
<Link
138137
href="mailto:lab68dev@gmail.com"
139-
className="p-2 border border-border hover:border-primary hover:text-primary transition-colors"
140138
aria-label="Email"
139+
className="p-2 border border-border hover:border-primary hover:text-primary transition-colors"
141140
>
142141
<Mail className="h-5 w-5" />
143142
</Link>

0 commit comments

Comments
 (0)