Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
Co-authored-by: Adithya Vardhan <imadithyavardhan@gmail.com>
  • Loading branch information
rolznz and im-adithya authored Oct 22, 2024
1 parent 7cf708e commit 0492e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/connections/AlbyConnectionCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function AlbyConnectionCard({ connection }: { connection?: App }) {
You can add a budget that will restrict how much can be
spent from the Hub with your Alby Account.
</DialogDescription>
<div>
<div className="mt-4">
<BudgetRenewalSelect
value={budgetRenewal}
onChange={setBudgetRenewal}
Expand Down

0 comments on commit 0492e3d

Please sign in to comment.