Skip to content

Commit

Permalink
Little correction
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeChenJ committed Feb 3, 2025
1 parent b2fdeb2 commit 99dec9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/InfoBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const InfoBanner = ({
"rounded-sm p-6 sm:flex-row",
shouldCenter ? "max-w-[55rem]" : "max-w-full",
isWarning ? "bg-orange-200" : "bg-indigo-100",
!onClick && "text-gray-600",
className
)}
onClick={onClick}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/dapps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ const StyledH3 = (props: ChildOnlyProp) => (
)

const StyledInfoBanner = (props: ComponentPropsWithRef<typeof InfoBanner>) => (
<InfoBanner className="w-1/2" {...props} />
<InfoBanner className="lg:w-1/2" {...props} />
)

const Column = (props: ChildOnlyProp) => (
Expand Down

0 comments on commit 99dec9c

Please sign in to comment.