Skip to content

Commit

Permalink
correction in code formate
Browse files Browse the repository at this point in the history
  • Loading branch information
meenalnimje committed Mar 24, 2024
1 parent d587480 commit 9b1322c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import './Footer.css'

import { FaDiscord } from "react-icons/fa";
import { FaDiscord } from 'react-icons/fa'
import Image from 'next/image'
import React from 'react'
import discordLogo from '../../../assets/discordLog.png'
import facebook from '../../../assets/Facebook.png'
import insta from '../../../assets/instagram.png'
import linkedin from '../../../assets/linkedin.png'
Expand Down Expand Up @@ -47,7 +46,7 @@ const Footer: React.FC = () => {
<div className="right-part">
<div className="discord mr-6">
<button className="btn btn-disc text-[#6647FF] text-base text-center w-40 h-12 font-medium p-2 flex justify-evenly items-center">
<FaDiscord className='discord-icon' />
<FaDiscord className="discord-icon" />
Our Discord
</button>
</div>
Expand Down

0 comments on commit 9b1322c

Please sign in to comment.