Skip to content

Commit

Permalink
๐Ÿ’„ design: ๋„์›€๋ง ๋ฒ„ํŠผ hover์‹œ ์ƒ‰์ƒ ์ข€ ๋” ์ง„ํ•˜๊ฒŒ ์ ์šฉ
Browse files Browse the repository at this point in the history
  • Loading branch information
chichoc committed Dec 5, 2024
1 parent b52026b commit 18a0093
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ export const WorkspacePageHeader = () => {
</div>
<div className="flex gap-11">
<button
className="text-medium-rg hover flex items-center gap-1 text-gray-300"
className="text-medium-rg hover flex items-center gap-1 text-gray-300 hover:text-gray-500"
onClick={openCoachMark}
aria-label="๋„์›€๋ง ๋ฒ„ํŠผ"
>
๋„์›€๋ง <Question />
{/* TODO: hover์‹œ ํšจ๊ณผ */}
</button>
<WorkspaceHeaderButtons />
</div>
Expand Down

0 comments on commit 18a0093

Please sign in to comment.