Skip to content

Commit

Permalink
feat: center mobile portfolio account switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Feb 21, 2025
1 parent 0d40927 commit ec0e314
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export const LendingPortfolio = () => {
}

return (
<div className="py-4 md:py-6 flex flex-col w-full mb-10 gap-2">
<div className="py-4 md:py-6 flex flex-col items-center md:items-start w-full mb-10 gap-2">
{hasMultipleAccount && (
<div className="flex w-max justify-center gap-1.5">
<p className="text-sm text-muted-foreground">Manage accounts:</p>
Expand Down

0 comments on commit ec0e314

Please sign in to comment.