diff --git a/2.x/building-your-app.md b/2.x/building-your-app.md index 31cf4bb..6b6d4f1 100644 --- a/2.x/building-your-app.md +++ b/2.x/building-your-app.md @@ -55,7 +55,7 @@ Jetstream includes a notification banner which can be displayed at the top of yo php artisan vendor:publish --tag=jetstream-views ``` -After publishing the Jetstream components, your application will contain the banner component at `vendor/components/banner.blade.php`. If you are using the Inertia stack, your banner component will be contained within the `Banner.vue` Vue component. +After publishing the Jetstream components, your application will contain the banner component at `resources/views/vendor/jetstream/components/banner.blade.php`. If you are using the Inertia stack, your banner component will be contained within the `Banner.vue` Vue component. To instruct Jetstream to display the banner, you must flash a `flash.banner` message to the session. In addition to the banner message, you may also instruct Jetstream to display the banner with a `success` style or a `danger` style: