회원가입 icon 정리리
This commit is contained in:
@@ -104,7 +104,10 @@ export default function HomePage() {
|
||||
</div>
|
||||
{/* 사용자 메뉴 */}
|
||||
<div className="content-stretch flex gap-[20px] items-center relative shrink-0">
|
||||
<button className="box-border content-stretch flex gap-[10px] items-center justify-center p-[10px] relative shrink-0 cursor-pointer group transition-colors">
|
||||
<button
|
||||
onClick={() => router.push('/myinfo')}
|
||||
className="box-border content-stretch flex gap-[10px] items-center justify-center p-[10px] relative shrink-0 cursor-pointer group transition-colors"
|
||||
>
|
||||
<p className="font-medium leading-[normal] not-italic relative shrink-0 text-[#515151] text-[18px] text-nowrap whitespace-pre group-hover:text-blue-500 transition-colors">
|
||||
내 강좌실
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user