Skip to content

Commit

Permalink
💄 style: Update User Avatar on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 authored and arvinxx committed May 3, 2024
1 parent ef34560 commit a0b9534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(main)/(mobile)/me/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { redirect } from 'next/navigation';
import { Center } from 'react-layout-kit';

import BrandWatermark from '@/components/BrandWatermark';
import Avatar from '@/features/AvatarWithUpload';
import UserAvatar from '@/features/User/UserAvatar';
import { isMobileDevice } from '@/utils/responsive';

import AvatarBanner from './features/AvatarBanner';
Expand All @@ -17,7 +17,7 @@ const Page = () => {
return (
<>
<AvatarBanner>
<Avatar size={88} />
<UserAvatar size={88} />
</AvatarBanner>
<Cate />
<ExtraCate />
Expand Down

0 comments on commit a0b9534

Please sign in to comment.