Compare commits
2 Commits
a65b9fcc62
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| f32ea8028c | |||
|
|
2dd3b35eb5 |
@@ -170,7 +170,8 @@ class VisitorEntryResource extends Resource
|
|||||||
->disk('public')
|
->disk('public')
|
||||||
->height(50)
|
->height(50)
|
||||||
->width(50)
|
->width(50)
|
||||||
->defaultImageUrl('https://ui-avatars.com/api/?name=Visitor&background=555&color=fff')
|
// ->defaultImageUrl('https://ui-avatars.com/api/?name=Visitor&background=555&color=fff')
|
||||||
|
->defaultImageUrl(asset('images/profile.png'))
|
||||||
->alignCenter()
|
->alignCenter()
|
||||||
->extraImgAttributes(['style' => 'border-radius: 6px; object-fit: cover;']),
|
->extraImgAttributes(['style' => 'border-radius: 6px; object-fit: cover;']),
|
||||||
Tables\Columns\TextColumn::make('type')
|
Tables\Columns\TextColumn::make('type')
|
||||||
|
|||||||
Reference in New Issue
Block a user