Skip to content

Commit

Permalink
feat: update Navbar with brand name
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-kumar00 committed Feb 3, 2025
1 parent ddc0828 commit 58b55d6
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 104 deletions.
148 changes: 45 additions & 103 deletions backend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Navbar = () => {
<div className="size-9 rounded-lg bg-primary/10 flex items-center justify-center">
<MessageSquare className="w-5 h-5 text-primary" />
</div>
<h1 className="text-lg font-bold">Chatty</h1>
<h1 className="text-lg font-bold">ChattyChan</h1>
</Link>
</div>

Expand Down

0 comments on commit 58b55d6

Please sign in to comment.