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 847b25b commit e2a57e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/main-layout/footer/logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const FUTILogo: React.FC<IFUTILogoProps> = ({ className, ...rest }) => (
<Tooltip>
<TooltipTrigger asChild>
<motion.a
href="https://www.futiwolf.com"
href="https://zhang-wen-tao.com"
className={cn(
'futi-center relative cursor-pointer select-none font-russoOne text-xs text-[#737373] text-opacity-15',
className,
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function Home() {
exit={{ opacity: 0 }}
transition={{ duration: 0.2 }}
>
<Image src={profileImage} alt="futiwolf,LF112" className="size-64" priority />
<Image src={profileImage} alt="张文涛" className="size-64" priority />
</motion.div>
)}
</AnimatePresence>
Expand Down

0 comments on commit e2a57e0

Please sign in to comment.