mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 12:27:44 +00:00
docs: refine UI styling and remove loglib
This commit is contained in:
@@ -6,7 +6,7 @@ import { Logo } from "./logo";
|
||||
|
||||
export const Navbar = () => {
|
||||
return (
|
||||
<div className="flex flex-col sticky top-0 bg-background backdrop-blur-md z-30 dark:bg-black/[0.95]">
|
||||
<div className="flex flex-col sticky top-0 bg-background backdrop-blur-md z-30 ">
|
||||
<nav className="md:grid grid-cols-12 md:border-b top-0 flex items-center justify-between ">
|
||||
<Link
|
||||
href="/"
|
||||
|
||||
Reference in New Issue
Block a user