refactor: Reorder pubspec.yaml dependencies, update SavingsCard text to a hardcoded value, and add scripts/issues-to-create.md to .gitignore.
This commit is contained in:
@@ -46,7 +46,7 @@ class SavingsCard extends StatelessWidget {
|
||||
const SizedBox(height: UiConstants.space1),
|
||||
Text(
|
||||
// Using a hardcoded 180 here to match prototype mock or derived value
|
||||
t.client_billing.rate_optimization_body(amount: 180),
|
||||
"180",
|
||||
style: UiTypography.footnote2r.textSecondary,
|
||||
),
|
||||
const SizedBox(height: UiConstants.space2),
|
||||
|
||||
Reference in New Issue
Block a user