Skip to content

Commit

Permalink
Merge pull request #12 from Nischal1101/develop
Browse files Browse the repository at this point in the history
Hidden Join Discord banner when it reaches to Footer
  • Loading branch information
isarojdahal authored Oct 16, 2024
2 parents 3716b37 + 99287b5 commit d31dbc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/organisms/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ const linksData = [

export function Footer() {
return (

<footer className="relative z-[60] bg-everydaykarma text-gray-100 flex flex-col mt-16">

<div className="container mx-auto ~py-6/4 pr-4 flex max-sm:flex-col max-sm:gap-4 items-center justify-between">
<div className="footer-logo max-sm:hidden">
<Logo />
Expand Down

0 comments on commit d31dbc4

Please sign in to comment.