Skip to content
Open
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 apps/web/components/UserAccountDropDown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function UserAccountDropDown() {
{isOpen && (
<DropdownMenuContent
forceMount
className="bg-secondary/15 border-primary/10 rounded-2xl border p-2 shadow-lg shadow-neutral-600/5 backdrop-blur-lg"
className="w-fit bg-secondary/15 border-primary/10 rounded-2xl border p-2 shadow-lg shadow-neutral-600/5 backdrop-blur-lg overflow-x-hidden mt-[10px]"
align="end"
>
<motion.div
Expand Down
2 changes: 1 addition & 1 deletion packages/db/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
DATABASE_URL="postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public"


CACHE_EXPIRE=1800
CACHE_EXPIRE=1800
Empty file removed yarn.lock
Empty file.