Skip to content

Commit

Permalink
refactor(sdk): sort lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyckahn committed Oct 28, 2023
1 parent db6aebb commit 15cd5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home/EmbedCodeDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ export const EmbedCodeDialog = ({
variant="h3"
sx={theme => ({
fontSize: theme.typography.h6.fontSize,
mb: 2,
fontWeight: theme.typography.h6.fontWeight,
mb: 2,
})}
>
Advanced Usage
Expand Down

0 comments on commit 15cd5ae

Please sign in to comment.