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
4 changes: 2 additions & 2 deletions frontend/src/Components/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ const Navbar = () => {
<div className="w-full font-sans">
{!showFloating && (
<header
className="fixed top-0 left-0 right-0 z-50 backdrop-blur-xl border-b px-4 md:px-6 py-3 md:py-4 shadow-md"
className="fixed top-0 inset-x-0 z-50 w-full backdrop-blur-xl border-b px-4 md:px-6 py-3 md:py-4 shadow-md"
style={{ background: "var(--card)", borderColor: "var(--border)" }}
>
<div className="mx-auto mr-1 flex max-w-7xl items-center justify-between">
<div className="mx-auto flex max-w-7xl items-center justify-between">
<Link to="/">
<h1
className="text-2xl md:text-3xl lg:text-4xl font-extrabold tracking-tight hover:scale-105 transition-transform duration-300"
Expand Down
1 change: 0 additions & 1 deletion frontend/src/Components/auth/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ const Login = () => {
{/* Social Login */}
<div className="grid grid-cols-2 gap-3">
<button
onClick={handleGithubLogin}
type="button"
onClick={handleGithubLogin}
className="border border-[var(--input)] text-[var(--primary)] hover:bg-[var(--accent)] py-3 rounded-lg flex justify-center items-center"
Expand Down