Skip to content

Commit

Permalink
๐Ÿ’„ Style: simple change icon and content position
Browse files Browse the repository at this point in the history
  • Loading branch information
ilp-sys committed May 18, 2024
1 parent 478a6bd commit ba269f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeye/app/(nav)/my/profileMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export default function ProfileMenu() {
<Typography variant="h6">Account Linking Information</Typography>
<Divider />
<Typography variant="body1" sx={{ textAlign: "center" }}>
{member?.socialLogin}
{member?.socialLogin === "GOOGLE" ? <GoogleIcon /> : <KakaoIcon />}
{member?.socialLogin}
</Typography>
</Paper>
<Paper elevation={3} sx={{ padding: "20px", width: "100%" }}>
Expand Down

0 comments on commit ba269f7

Please sign in to comment.