Skip to content

Commit

Permalink
Merge pull request #385 from Libertum-Project/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
WuMat authored Oct 28, 2024
2 parents 746296c + 1de03e7 commit 52ce808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(routes)/get/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const WIDGET_URL = `https://zcx.com/widget?${new URLSearchParams(params)}`;

export const Hero = () => {
return (
<HeroParentComponent className="px-0 lg:flex lg:px-4">
<HeroParentComponent className="!px-0 lg:flex lg:px-4">
<article className="px-4">
<Image src="/assets/dark-mode-get.png" alt="Get" width={450} height={450} />
<p className="font-helvetica py-4 text-white text-base">
Expand Down

0 comments on commit 52ce808

Please sign in to comment.