Skip to content

Commit

Permalink
Changed the color of the footer's border
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirKakavand committed Aug 9, 2024
1 parent 35529f8 commit ede178c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { FaXTwitter, FaTelegram } from "react-icons/fa6";
const Footer = () => {
return (
<footer className="flex flex-col mt-8 space-y-2">
<hr className=" border-t-2 border-[#00DCF7]" />
<hr className=" border-t-2 border-mainTextColor" />
<div className="flex flex-col sm:flex-row sm:justify-between sm:px-6">
<div className="flex flex-row items-center justify-center space-x-2">
<Image
Expand Down

0 comments on commit ede178c

Please sign in to comment.