diff --git a/versioned_docs/version-v5/main/guides/splash-screens-and-icons.md b/versioned_docs/version-v5/main/guides/splash-screens-and-icons.md index e9200f72..c91f4590 100644 --- a/versioned_docs/version-v5/main/guides/splash-screens-and-icons.md +++ b/versioned_docs/version-v5/main/guides/splash-screens-and-icons.md @@ -16,7 +16,7 @@ npm install @capacitor/assets --save-dev Provide icon and splash screen source images using this folder/filename structure: ``` -resources/ +assets/ ├── icon-only.png ├── icon-foreground.png ├── icon-background.png @@ -39,4 +39,4 @@ The [VS Code Extension](../vs-code-ext/0-getting-started.mdx) can also generate ::: ## Android 12+ -In Android 12 and above Google changed the way Splash Screens are displayed, using a smaller icon with colored background instead of a full screen image that was possible with Android 11 and below. Additional documentation about this change can be found at [developer.android.com](https://developer.android.com/develop/ui/views/launch/splash-screen). \ No newline at end of file +In Android 12 and above Google changed the way Splash Screens are displayed, using a smaller icon with colored background instead of a full screen image that was possible with Android 11 and below. Additional documentation about this change can be found at [developer.android.com](https://developer.android.com/develop/ui/views/launch/splash-screen).