Skip to content

Commit

Permalink
fix: fixed bug on chatbot button overlay (#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
OpherM committed Jul 25, 2023
1 parent 60f22bd commit 2a94583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/organisms/Footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const Footer = (): JSX.Element => {
</a>
))}
</div>
<div className="flex md:justify-center lg:hidden lg:border-none lg:order-2 border-t py-3 pb-4 mt-2 text-sm justify-between">
<div className="flex md:justify-center lg:hidden lg:border-none lg:order-2 border-t py-3 pb-4 mt-2 text-sm gap-x-14">
<Text className="text-light-slate-9">
{new Date().getFullYear()} <span className="hidden md:inline-block">Open sauced</span>
</Text>
Expand Down

0 comments on commit 2a94583

Please sign in to comment.