Fixed links & icon
Some checks are pending
Deploy Volleyball Dev / deploy (push) Waiting to run

This commit is contained in:
Marc Wieland 2025-04-30 09:28:01 +02:00
parent 417b606fcb
commit c2eef5220d
2 changed files with 20 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -1,4 +1,3 @@
import { Facebook, Instagram, Twitter, Youtube, Volleyball } from "lucide-react"; import { Facebook, Instagram, Twitter, Youtube, Volleyball } from "lucide-react";
import { Button } from "@/components/ui/button"; import { Button } from "@/components/ui/button";
@ -18,19 +17,27 @@ const Footer = () => {
Volleyball seit 1974. Volleyball seit 1974.
</p> </p>
<div className="flex space-x-4"> <div className="flex space-x-4">
<Button variant="ghost" size="icon" className="text-gray-400 hover:text-white"> <a
<Facebook className="h-5 w-5" /> href="https://www.facebook.com/TGLaudenbachVolleyball"
</Button> target="_blank"
<Button variant="ghost" size="icon" className="text-gray-400 hover:text-white"> rel="noopener noreferrer"
<Instagram className="h-5 w-5" /> >
</Button> <Button variant="ghost" size="icon" className="text-gray-400 hover:text-white">
<Button variant="ghost" size="icon" className="text-gray-400 hover:text-white"> <Facebook className="h-5 w-5" />
<Twitter className="h-5 w-5" /> </Button>
</Button> </a>
<Button variant="ghost" size="icon" className="text-gray-400 hover:text-white">
<Youtube className="h-5 w-5" /> <a
</Button> href="https://www.instagram.com/tgl_volleyball"
target="_blank"
rel="noopener noreferrer"
>
<Button variant="ghost" size="icon" className="text-gray-400 hover:text-white">
<Instagram className="h-5 w-5" />
</Button>
</a>
</div> </div>
</div> </div>
<div> <div>