회원가입 icon 정리리

This commit is contained in:
wallace
2025-11-10 11:34:06 +09:00
parent c40a40bf58
commit 3d226a65f7
8 changed files with 280 additions and 31 deletions

View File

@@ -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>