Skip to content

Commit 912f132

Browse files
committed
cleanup
1 parent 807b808 commit 912f132

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/components/Translatathon/TranslationHubCallout.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
import { ButtonLink } from "@/components/Buttons"
21
import { TwImage } from "@/components/Image"
32
import { Center, Flex } from "@/components/ui/flex"
43

4+
import { ButtonLink } from "../ui/buttons/Button"
5+
56
import WalkingImage from "@/public/images/translatathon/walking.png"
67

78
export const TranslationHubCallout = ({ children }) => {
89
return (
9-
<Flex className="align-stretch w-full flex-col gap-8 bg-background-highlight p-8 lg:flex-row">
10+
<Flex className="w-full flex-col items-stretch gap-8 bg-background-highlight p-8 lg:flex-row">
1011
<Flex className="w-full flex-col">
1112
{children}
1213
<Flex>
@@ -19,8 +20,8 @@ export const TranslationHubCallout = ({ children }) => {
1920
<TwImage
2021
src={WalkingImage}
2122
alt=""
22-
width={265}
2323
style={{ objectFit: "contain" }}
24+
className="max-w-[265px]"
2425
/>
2526
</Center>
2627
</Flex>

0 commit comments

Comments
 (0)