diff --git a/14/umbraco-cms/extending-backoffice/development-flow/vite-package-setup.md b/14/umbraco-cms/extending-backoffice/development-flow/vite-package-setup.md index 02e217c83fb..4d1a03aa9c4 100644 --- a/14/umbraco-cms/extending-backoffice/development-flow/vite-package-setup.md +++ b/14/umbraco-cms/extending-backoffice/development-flow/vite-package-setup.md @@ -178,7 +178,7 @@ The final result looks like this:

My dashboard

-If the Vite logo is not found, this is because the path to its location needs to be changed in the `my-element.ts` file from the `src` folder to: +If the Vite logo is not found, this is because the path to its location needs to be changed. Modify the `my-element.ts` file in the `src` folder accordingly: ```typescript import viteLogo from '../dist/vite.svg'