Skip to content

Commit 8ea1f94

Browse files
committed
chore: reuse flex
1 parent 56bf818 commit 8ea1f94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/BannerGrid/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ export const BannerBody = ({ children }: ChildOnlyProp) => {
2020

2121
export const BannerImage = ({ children }) => {
2222
return (
23-
<div className="flex flex-shrink-[1] flex-grow-[2] basis-0 justify-end self-end">
23+
<Flex className="flex-shrink-[1] flex-grow-[2] basis-0 justify-end self-end">
2424
{children}
25-
</div>
25+
</Flex>
2626
)
2727
}
2828

0 commit comments

Comments
 (0)