Skip to content

Commit

Permalink
[delete]친구 버튼 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ChungO5 committed Aug 9, 2024
1 parent a11a948 commit b4a6309
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/organisms/TopNavigationBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ const TopBar = styled.div`
&.login:hover {
color: #ffffff;
}
&.friend {
display: none;
}
}
div {
width: 60px;
Expand Down Expand Up @@ -154,7 +157,7 @@ const TopNavigationBar = () => {
</div>
) : (
<div className="rightMenu">
<button className="button">
<button className="button friend">
<i
class="fa-solid fa-users fa-sm"
style={{
Expand Down

0 comments on commit b4a6309

Please sign in to comment.