Skip to content

Commit

Permalink
fix: stripelink html rendering bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Meolocious committed Mar 5, 2024
1 parent 733103d commit 578be2a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/StripeLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ const StripeLink = (props: StripeLinkProps) => {
visibility: { md: 'visible', xs: 'hidden' },
}}
/>
<Typography variant="body2" color={'background.paper'}>
<Typography
variant="body2"
color={'background.paper'}
component={'div'}
>
{subtitle}
</Typography>
<Button
Expand Down

0 comments on commit 578be2a

Please sign in to comment.