Skip to content

Commit

Permalink
don't mix className/TW with mui styled emotion, use sx prop
Browse files Browse the repository at this point in the history
  • Loading branch information
tegaki-tegaki committed Nov 3, 2024
1 parent c9dbfec commit 099f5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default function Home() {
</Typography>
</li>
</ul>
<Typography variant="body2" className="mb-8">
<Typography variant="body2" sx={{ marginBottom: 4 }}>
The webapp also assumes that thumbnails for every image are inside
a folder called <code>thumbnails/</code> directly inside the
prefixed folder (the one you enter below), it also assumes that
Expand Down

0 comments on commit 099f5c1

Please sign in to comment.