const name = localStorage.getItem("user_name");
.
.
.
<Flex mg="16px 0px" ai="center">
<Avatar width="80px" fontSize="1.8rem" fontWeight="700">
{name.slice(0, 1).toUpperCase()}
</Avatar>
</Flex>
LocalStorage에 저장되어 있는 유저이름의 첫글자만 불러왔다.
만약 한 사람이 교욱을 소홀히 한다면,
그는 생이 다할 때까지 한 발을 절며 걷는 것이다.
-플란톤-