insta
This commit is contained in:
parent
34e81ea2cf
commit
8ae0f94daf
1 changed files with 11 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
import React from 'react';
|
||||
import { Github, Mail, Globe, MessageSquare } from 'lucide-react';
|
||||
import { Github, Mail, Globe, MessageSquare, Instagram } from 'lucide-react';
|
||||
|
||||
export default function Footer() {
|
||||
return (
|
||||
|
@ -43,6 +43,15 @@ export default function Footer() {
|
|||
>
|
||||
<Globe className="w-6 h-6" />
|
||||
</a>
|
||||
<a
|
||||
href="https://www.instagram.com/the_hoster_one/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-gray-400 hover:text-cyan-400 transition-colors"
|
||||
aria-label="Instagram"
|
||||
>
|
||||
<Instagram className="w-6 h-6" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue