Did more work to beer post page, seed

Worked on comments and beer recs features. Fine tuning database seed amounts.
This commit is contained in:
Aaron William Po
2023-01-29 21:53:05 -05:00
parent fe277d5964
commit 0b96c8f1f5
38 changed files with 833 additions and 221 deletions

View File

@@ -52,7 +52,7 @@ const Navbar = () => {
<div className="flex-none lg:hidden">
<div className="dropdown-end dropdown">
<label tabIndex={0} className="btn-ghost btn-circle btn">
<div className="w-10 rounded-full">
<span className="w-10 rounded-full">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
@@ -66,7 +66,7 @@ const Navbar = () => {
d="M4 6h16M4 12h16M4 18h16"
/>
</svg>
</div>
</span>
</label>
<ul
tabIndex={0}