Skip to content

Commit

Permalink
Github
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangWentao-Github authored Sep 22, 2024
1 parent 0bc63ff commit 9168a5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type INameProps = BasicsProps & MotionProps;
export const Name: React.FC<INameProps> = ({ className, style, ...rest }) => (
<motion.div className={cn('flex h-12 flex-col justify-center gap-2', className)} style={style} {...rest}>
<h1 className="my-0 px-4 font-kanit text-3xl font-light text-white/90">
Hi, I&apos;m <span className="font- font-normal text-white/90">LF112</span>
Hi, I&apos;m <span className="font- font-normal text-white/90">张文涛</span>
</h1>
<Separator className="h-[3px] w-full rounded bg-profile-line shadow" />
</motion.div>
Expand Down

0 comments on commit 9168a5a

Please sign in to comment.