Skip to content

Commit

Permalink
link on navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
devkthinesrsc committed Jun 26, 2024
1 parent 7af6b94 commit 0349c51
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 3 additions & 4 deletions client/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ const Navbar: React.FC = () => {

return (
<nav className="bg-secondaryElements p-4">
<div className="container mx-auto flex items-center justify-between">
<div className="container mx-auto flex justify-between">
{/* logo */}
<div className="container flex items-center w-1/5">
<img src={Logo} alt="Logo" className="size-16" />
<div className="text-primaryText font-primary font-bold text-xl ml-8">
<div className=" flex items-center">
<Link to="/home" ><img src={Logo} alt="Logo" className="size-16" /></Link> <div className="text-primaryText font-primary font-bold text-xl ml-8">
StudyFlow
</div>
</div>
Expand Down
6 changes: 6 additions & 0 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0349c51

Please sign in to comment.