Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhilaSunesh committed Jun 5, 2024
1 parent 76f7a1e commit 60db2b2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions client/src/components/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import React from "react";
import {
FaFacebookF,
FaTwitter,
import {
FaInstagram,
FaLinkedinIn,
} from "react-icons/fa";
import { FaXTwitter } from "react-icons/fa6";
import { Link } from "react-router-dom";

const Footer = () => {
Expand All @@ -13,9 +12,8 @@ const Footer = () => {
<div className="container mx-auto flex flex-col md:flex-row justify-between items-start px-6 md:px-12 lg:px-20 space-y-8 md:space-y-0">
<div className="w-full md:w-1/3">
<h2 className="text-2xl font-semibold mb-4">Stay Connected</h2>
<div className="flex space-x-4 text-lg">
<a href="#" className="text-white hover:text-gray-400 transition-colors duration-300"><FaFacebookF /></a>
<a href="https://x.com/BamacharanCh/" className="text-white hover:text-gray-400 transition-colors duration-300"><FaTwitter /></a>
<div className="flex space-x-4 text-lg">
<a href="https://x.com/BamacharanCh/" className="text-white hover:text-gray-400 transition-colors duration-300"><FaXTwitter /></a>
<a href="https://www.instagram.com/loving_coding" className="text-white hover:text-gray-400 transition-colors duration-300"><FaInstagram /></a>
<a href="https://www.linkedin.com/in/bama-charan-chhandogi-b63420240/" className="text-white hover:text-gray-400 transition-colors duration-300"><FaLinkedinIn /></a>

Expand Down

0 comments on commit 60db2b2

Please sign in to comment.