Skip to content

Commit

Permalink
Better mobile styles
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob committed Sep 16, 2024
1 parent 6514fea commit b42eccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/(dashboard)/dashboard/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export function Settings({ teamData }: { teamData: TeamDataWithMembers }) {
</CardHeader>
<CardContent>
<div className="space-y-4">
<div className="flex justify-between items-center">
<div>
<div className="flex flex-col sm:flex-row justify-between items-start sm:items-center">
<div className="mb-4 sm:mb-0">
<p className="font-medium">
Current Plan: {teamData.planName || 'Free'}
</p>
Expand Down

0 comments on commit b42eccd

Please sign in to comment.