Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const handleLogout = async () => {
return (
<nav
className={`fixed w-[calc(100%-2rem)] mx-4 mt-4 bg-white/80 dark:bg-black/80 backdrop-blur-lg rounded-2xl border border-gray-200 dark:border-gray-700 text-black dark:text-white z-50 transition-all duration-300 ${
isScrolled ? "shadow-xl" : "shadow-md"
isScrolled ? "shadow-xl" : "shadow-xl"
}`}
>
<div className="max-w-6xl mx-auto flex justify-between items-center px-6 py-3">
Expand Down
382 changes: 200 additions & 182 deletions app/visualizer/queue/operations/isempty/content.jsx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/visualizer/queue/operations/isempty/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const metadata = {
url: "/og/queue/isEmpty.png",
width: 1200,
height: 630,
alt: "Peek Front Algorithm Visualization",
alt: "isEmpty Algorithm Visualization",
},
],
},
Expand Down
Loading
Loading