Skip to content

Commit

Permalink
bg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavyajain21 committed Aug 4, 2024
1 parent c588eca commit d96efd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {pageLinks} from "@site/src/constants/routes"
const Footer = (): JSX.Element => {
const year = new Date().getFullYear()
return (
<footer className="bg-[#1C1D1F] grid-background-footer pt-SPACE_10 pb-SPACE_05 flex flex-col items-center justify-center gap-SPACE_10 w-full relative px-SPACE_04">
<footer className="bg-[#000000] grid-background-footer pt-SPACE_10 pb-SPACE_05 flex flex-col items-center justify-center gap-SPACE_10 w-full relative px-SPACE_04">
<TailcallLogo className="w-[120px] h-10" />
<div className="text-content-tiny sm:text-title-small space-x-SPACE_06 text-tailCall-light-500 z-10">
<Link
Expand Down

0 comments on commit d96efd9

Please sign in to comment.