Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

corrected the profile dropdown ui #690

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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.