Skip to content

Commit de34c5f

Browse files
committed
Remove Apps for Navbar
1 parent 65765a2 commit de34c5f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/components/Navbar.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@ const Navbar = ({ toggleSidebar, isSidebarOpen }) => {
7676
<BookOpen size={24} />
7777
<span>Blog</span>
7878
</Link>
79-
<Link
80-
to="/apps"
81-
className="flex items-center space-x-3 text-gray-300 hover:text-white hover:bg-gray-800 px-3 py-2 rounded-md transition-colors"
82-
>
83-
<RocketLaunch size={24} />
84-
<span>Apps</span>
85-
</Link>
8679
</div>
8780
</div>
8881
</header>

0 commit comments

Comments
 (0)