Skip to content

Commit

Permalink
chore: remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAtUqido authored and kin0992 committed Feb 9, 2024
1 parent accbcb8 commit 88bf243
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const BannerLink = (props: BannerLinkProps) => {
},
}}
>
<div dangerouslySetInnerHTML={{ __html: body as string }} />
<div dangerouslySetInnerHTML={{ __html: body }} />
</Typography>
</Stack>
</Stack>
Expand Down

0 comments on commit 88bf243

Please sign in to comment.