Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
QuvonchbekBobojonov committed Mar 8, 2024
1 parent de93ea3 commit 5fadb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/left-sidebar-mobile/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function LeftSidebarMobile() {
<div className="left-sidebar">
<div className="sidebar-header d-flex align-items-center justify-content-between">
<img src={logo} alt="Logo" width="150px" />
<span className="designation">Software Engineer</span>
<span className="designation"></span>
</div>
<img className="me" src={meImage} alt="Me" />
<h2 className="email">[email protected]</h2>
Expand Down

0 comments on commit 5fadb4e

Please sign in to comment.