Skip to content

Commit ffeb7a9

Browse files
committed
Remove border around forum box.
1 parent 6f80588 commit ffeb7a9

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

components/mdx/LessonHeader.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,7 @@ export function LessonHeader({ title, discussionUrl }: LessonHeaderProps) {
2626
</Text>
2727
</Box>
2828
{forumLink && (
29-
<HStack
30-
borderWidth="thin"
31-
borderColor="gray"
32-
padding={4}
33-
marginY={8}
34-
columnGap={2}
35-
maxWidth="xl"
36-
>
29+
<HStack marginY={6} columnGap={2} maxWidth="xl">
3730
<Box>
3831
<QuestionIcon w={8} h={8} />
3932
</Box>

0 commit comments

Comments
 (0)