Skip to content

Commit

Permalink
Added clickable logo (shyamtawli#211)
Browse files Browse the repository at this point in the history
Co-authored-by: Shyam Tawli <104145978+shyamtawli@users.noreply.github.com>
  • Loading branch information
2 people authored and bharathkalyans committed May 26, 2023
1 parent f0eab31 commit 8e8efa2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/components/Sidebar/Sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
color: #fff;
}

a.titlelink:hover {
text-decoration: none;
cursor: pointer;
}

.title .find {
color: #00a6fb;
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/Sidebar/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ function Sidebar() {
style={{ color: "#ffffff" }}
/>
</div>
<div className="title">
<a href="https://dev-find.vercel.app/" className="titlelink"><div className="title">
<p className="dev">dev</p>
<p className="find">Find</p>
</div>
</div></a>
</div>
<div className="headline">
Discover and Connect with Skilled Developers.
Expand Down

0 comments on commit 8e8efa2

Please sign in to comment.