Remove custom component styles and use shadcn components instead, then format the code.
This commit is contained in:
@@ -19,7 +19,9 @@ export const HomeCover = () => {
|
||||
src={Config.AvatarURL}
|
||||
/>
|
||||
</div>
|
||||
<div className={`${fontFangZhengXiaoBiaoSongCN.className} my-8 text-center text-4xl font-bold`}>{Config.Nickname}</div>
|
||||
<div className={`${fontFangZhengXiaoBiaoSongCN.className} my-8 text-center text-4xl font-bold`}>
|
||||
{Config.Nickname}
|
||||
</div>
|
||||
<SocialIcons />
|
||||
{Config.Sentence && (
|
||||
<div className="my-8 flex justify-center">
|
||||
|
||||
Reference in New Issue
Block a user