Skip to content

Commit

Permalink
update: reducing size of the pr
Browse files Browse the repository at this point in the history
  • Loading branch information
jaaaaavier committed Dec 5, 2024
1 parent 74703a0 commit 488ee63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/banners/FeaturesBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const FeaturesBanner = () => {
<div
className={`${
showBanner ? 'flex' : 'hidden'
} fixed bottom-0 left-0 right-0 top-0 z-50 h-screen bg-black bg-opacity-50 px-10 lg:px-0 `}
} fixed bottom-0 left-0 right-0 top-0 z-50 h-screen bg-black bg-opacity-50 px-10 lg:px-0`}
>
<div
className={
Expand Down Expand Up @@ -98,7 +98,7 @@ const FeaturesBanner = () => {
</div>
</div>
<div className="fixed bottom-0 left-0 right-0 flex w-full items-center justify-center bg-primary py-4 text-center text-white">
🎄 Christmas Web App Theme + Chance to win up to 10TB of storage!
{textContent.featuresBanner.lastCta}
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/banners/TopBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const TopBanner = ({ isBannerFixed }: TopBannerProps) => {
<div className="mx-auto flex flex-row items-center justify-center space-x-3">
<div className="flex cursor-default">
<p className="font-normal">
🎄{textContent.title.normalText} <span className="font-bold">{textContent.title.boldText}</span>
{textContent.title.normalText} <span className="font-bold">{textContent.title.boldText}</span>
</p>
</div>
<Link
Expand All @@ -46,7 +46,7 @@ const TopBanner = ({ isBannerFixed }: TopBannerProps) => {
<div className="flex flex-col items-center justify-center px-2 py-2 text-center">
<div className="flex flex-col items-center justify-center">
<p className="font-normal">
🎄{textContent.title.normalText}
{textContent.title.normalText}
<span className="font-semibold">{textContent.title.boldText}</span>
</p>
</div>
Expand Down

0 comments on commit 488ee63

Please sign in to comment.