Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
2paperstar committed Nov 16, 2023
1 parent f0942a4 commit ee23f0a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/app/[lng]/mypage/MypageProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ import { createTranslation } from '@/app/i18next';
import { Locale } from '@/app/i18next/settings';
import AccountIcon from '@/assets/icons/account.svg';

interface IconProps {
size?: string;
color?: string;
}

interface MypageProfileProps {
name?: string;
id?: string;
Expand Down Expand Up @@ -54,7 +49,7 @@ export default async function MypageProfile({
{email}
</div>
</div>
<div className="flex flex-row items-center ">
<div className="flex flex-row items-center">
<UnderLinedText text={t('mypage.logout')}></UnderLinedText>
<UnderLinedText text={t('mypage.quit')}></UnderLinedText>
</div>
Expand Down

0 comments on commit ee23f0a

Please sign in to comment.