Refactored api services into sep files. Client fix

Fixed hydration errors in beers/[id] by implementing timeDistanceState
This commit is contained in:
Aaron William Po
2023-01-31 22:38:13 -05:00
parent 0b96c8f1f5
commit 5cf2087cd1
29 changed files with 380 additions and 430 deletions

View File

@@ -24,10 +24,10 @@ const Navbar = () => {
];
return (
<nav className="navbar bg-base-300">
<nav className="navbar bg-primary">
<div className="flex-1">
<Link className="btn-ghost btn text-3xl normal-case" href="/">
<span className="cursor-pointer text-xl font-bold">Aaron William Po</span>
<span className="cursor-pointer text-xl font-bold">The Biergarten App</span>
</Link>
</div>
<div className="hidden flex-none lg:block">