Skip to content

Commit

Permalink
chore: 불필요한 로그인버튼 Step 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hyonun321 committed Dec 1, 2024
1 parent 62184ea commit 1e345e1
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ export const OnboardingOverlay = ({ isShow }: OnboardingOverlayProps) => {
description: "열려있는 페이지들을 쉽게 전환할 수 있어요.",
position: "top",
},

{
target: '[data-onboarding="login-button"]',
title: "로그인 버튼",
description: "로그인 하여 나만의 워크스페이스를 관리할 수 있어요.",
position: "top",
},
];
useEffect(() => {
const hasCompletedOnboarding = sessionStorage.getItem("hasCompletedOnboarding");
Expand Down

0 comments on commit 1e345e1

Please sign in to comment.