From 91f1310fc57ede634b151bf2f0de89f5ac7cbd83 Mon Sep 17 00:00:00 2001 From: Matt-Klaus Mush Date: Sat, 3 Dec 2022 20:01:56 +0100 Subject: [PATCH] Update Inertia logo path Update logo path from `.../Components/... => .../Jetstream/...` --- 2.x/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.x/installation.md b/2.x/installation.md index 5e40ca2..63b97d4 100644 --- a/2.x/installation.md +++ b/2.x/installation.md @@ -73,7 +73,7 @@ Next, you should customize the SVGs located in the `resources/views/vendor/jetst ### Inertia -If you are using the Inertia stack, you should customize the SVGs located in `resources/js/Components/AuthenticationCardLogo.vue`, `resources/js/Components/ApplicationLogo.vue`, and `resources/js/Components/ApplicationMark.vue`. +If you are using the Inertia stack, you should customize the SVGs located in `resources/js/Jetstream/AuthenticationCardLogo.vue`, `resources/js/Jetstream/ApplicationLogo.vue`, and `resources/js/Jetstream/ApplicationMark.vue`. After customizing these components, you should rebuild your assets: