File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ import { CompletedQuizzes, QuizShareStats } from "@/lib/types"
7
7
import { trackCustomEvent } from "@/lib/utils/matomo"
8
8
9
9
import { ethereumBasicsQuizzes , usingEthereumQuizzes } from "../../data/quizzes"
10
- import { Button } from "../Buttons"
11
10
import { TrophyIcon } from "../icons/quiz"
12
11
import Translation from "../Translation"
12
+ import { Button } from "../ui/buttons/Button"
13
13
import { Center , Flex , HStack , Stack } from "../ui/flex"
14
14
import { ListItem , UnorderedList } from "../ui/list"
15
15
import { Progress } from "../ui/progress"
@@ -75,15 +75,15 @@ const QuizzesStats = ({
75
75
< div className = "order-3 lg:order-2 lg:justify-self-end" >
76
76
< Button
77
77
variant = "outline"
78
- leftIcon = { < FaXTwitter /> }
79
78
onClick = { ( ) =>
80
79
handleShare ( {
81
80
score : totalCorrectAnswers ,
82
81
total : totalQuizzesPoints ,
83
82
} )
84
83
}
85
- w = { { base : "full" , lg : "auto" } }
84
+ className = "max- lg:w-full"
86
85
>
86
+ < FaXTwitter />
87
87
{ t ( "share-results" ) }
88
88
</ Button >
89
89
</ div >
You can’t perform that action at this time.
0 commit comments