laravel / jetstream

Tailwind scaffolding for the Laravel framework.
https://jetstream.laravel.com
MIT License
3.98k stars 822 forks source link

2 Warning icons #1523

Closed eneadrian closed 3 months ago

eneadrian commented 3 months ago

Jetstream Version

5

Jetstream Stack

Livewire

Laravel Version

10

PHP Version

8

Database Driver & Version

No response

Description

Screenshot 2024-08-08 122008

If bannerStyle is warning, or anything other than succes or danger, 2 warning icons appears

Steps To Reproduce

return redirect()->back() ->with('flash', [ 'bannerStyle' => 'warning', 'banner' => 'Something went wrong' ]);

eneadrian commented 3 months ago

Screenshot 2024-08-08 122750

driesvints commented 3 months ago

Heya, thanks for reporting this one! Could you send in a PR for this?

driesvints commented 3 months ago

PR was merged thanks.