Skip to content

Commit 0fb3996

Browse files
committed
updating the namespace for the widget
1 parent 2798db5 commit 0fb3996

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

app/Filament/Widgets/DashboardPlaceholderWidget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class DashboardPlaceholderWidget extends Widget
88
{
9-
protected static ?int $sort = -2;
9+
protected static ?int $sort = 10;
1010

1111
protected int|string|array $columnSpan = 'full';
1212

public/build/assets/app-BRpsLNjo.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/app-C8n-jqbX.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/build/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"isEntry": true
66
},
77
"resources/themes/anchor/assets/css/app.css": {
8-
"file": "assets/app-C8n-jqbX.css",
8+
"file": "assets/app-BRpsLNjo.css",
99
"src": "resources/themes/anchor/assets/css/app.css",
1010
"isEntry": true
1111
},

0 commit comments

Comments
 (0)