File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/components/Translatathon Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- import { ButtonLink } from "@/components/Buttons"
2
1
import { TwImage } from "@/components/Image"
3
2
import { Center , Flex } from "@/components/ui/flex"
4
3
4
+ import { ButtonLink } from "../ui/buttons/Button"
5
+
5
6
import WalkingImage from "@/public/images/translatathon/walking.png"
6
7
7
8
export const TranslationHubCallout = ( { children } ) => {
8
9
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" >
10
11
< Flex className = "w-full flex-col" >
11
12
{ children }
12
13
< Flex >
@@ -19,8 +20,8 @@ export const TranslationHubCallout = ({ children }) => {
19
20
< TwImage
20
21
src = { WalkingImage }
21
22
alt = ""
22
- width = { 265 }
23
23
style = { { objectFit : "contain" } }
24
+ className = "max-w-[265px]"
24
25
/>
25
26
</ Center >
26
27
</ Flex >
You can’t perform that action at this time.
0 commit comments