Skip to content

Commit

Permalink
Update Section.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinn committed Aug 10, 2024
1 parent 7593e9d commit 92afc83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/greenbox-web/src/components/Section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ export default function Section({
</Box>
{loading ? <Spinner /> : <AccordionIcon />}
</AccordionButton>
<WikiSearchLink page={wiki ?? title} text='?' fontSize="small"></WikiSearchLink>
<WikiSearchLink
page={wiki ?? title}
text="?"
fontSize="small"
></WikiSearchLink>
</Stack>
<AccordionPanel>
<Stack spacing={4}>{children}</Stack>
Expand Down

0 comments on commit 92afc83

Please sign in to comment.