Skip to content

Commit

Permalink
fix: p cannot appear as a descendant of p
Browse files Browse the repository at this point in the history
  • Loading branch information
lgou2w committed Jul 6, 2024
1 parent 8d44662 commit c366ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/setting/SettingAbout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function SettingAbout () {
</Stack>
<Stack gap={1}>
<Typography component="h3" variant="body1">信息</Typography>
<Typography component="p" variant="body2">
<Typography component="div" variant="body2">
<Typography component="span" color="error.light">HoYo.Gacha</Typography>
&nbsp;
{'一个非官方的工具,用于管理和分析你的 miHoYo 抽卡记录。'}
Expand Down

0 comments on commit c366ec2

Please sign in to comment.