Skip to content

Commit

Permalink
fix(www): stacked user button on desktop (#2096)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Nov 25, 2024
1 parent c5fe6b0 commit 301c096
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/www/app/(main)/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ async function UserNavGroup({ className }: ComponentPropsWithoutRef<"nav">) {
const user_nav_group_variants = tv(
{
base: "flex items-center justify-end space-x-3",
variants: {
size: {
xsmall: ["block"],
medium: ["block"],
},
},
slots: {
list: "",
icon: "box-border size-7 rounded-full bg-white/20 p-1.5",
Expand Down

0 comments on commit 301c096

Please sign in to comment.