Unify primary buttons with gradient pill design across the app.
Deploy Ladill Transfer / deploy (push) Successful in 26s
Deploy Ladill Transfer / deploy (push) Successful in 26s
Add shared btn-primary components and plus icons on create/new actions; limit overview recent transfers to three. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -48,7 +48,7 @@ class OverviewController extends Controller
|
||||
->accessible()
|
||||
->with('qrCode')
|
||||
->latest()
|
||||
->limit(6)
|
||||
->limit(3)
|
||||
->get();
|
||||
|
||||
$balanceMinor = 0;
|
||||
|
||||
Reference in New Issue
Block a user