Skip to content

Commit

Permalink
Merge pull request #161 from TABA-4th/dev
Browse files Browse the repository at this point in the history
merge dev branch
  • Loading branch information
kjungw1025 authored Dec 18, 2023
2 parents bc41ca1 + d85c5d5 commit f3287bf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/components/Headers/MobileIndexHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@ const MobileIndexHeader = () => {
className="transparent-btn"
onClick={() => window.location.href = "/survey"}
>
<h2 id="quickStart" className="category category-absolute" style={{ color: "white", textAlign:'left', paddingLeft: "65px" }}>
바로 시작하기
</h2>
<h2
id="quickStart"
className="category category-absolute"
style={{ color: "white", paddingRight: '80px', paddingLeft: '30px'}}
>
지금 바로 시작하기
</h2>
</Button>
{tooltipVisible == true && <UncontrolledTooltip placement="bottom" target="quickStart" isOpen={true}>
<span style={{color: 'blue'}}>이곳을 클릭</span>하여 지금바로 시작해보세요!
Expand Down

0 comments on commit f3287bf

Please sign in to comment.