We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fd24e commit 9ca4ac2Copy full SHA for 9ca4ac2
src/components/BannerGrid/index.tsx
@@ -18,7 +18,7 @@ export const BannerBody = ({ children }: ChildOnlyProp) => {
18
return <div className="w-full flex-[4] p-10">{children}</div>
19
}
20
21
-export const BannerImage = ({ children }) => {
+export const BannerImage = ({ children }: ChildOnlyProp) => {
22
return <Flex className="flex-[2] justify-end self-end">{children}</Flex>
23
24
0 commit comments