Skip to content

Commit 77b5d19

Browse files
committed
docs(guide): update quickstart image with updated starters view
1 parent 7535b26 commit 77b5d19

File tree

11 files changed

+8
-8
lines changed

11 files changed

+8
-8
lines changed

docs/react/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Now the `App` does not really have a lot to modify here. It's a basic example of
127127

128128
Currently, the `Home` component looks like so:
129129

130-
![The Home component displayed in a web browser with the text 'The world is your oyster'.](/img/guides/react/first-app/home-route.png 'Ionic React Home Component')
130+
![Screenshot of the Ionic React Home page showing the message "Ready to create an app? Start with Ionic UI Components"](/img/guides/quickstart/home-page.png 'Ionic React Home Component')
131131

132132
```tsx
133133
import { IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/react';

docs/vue/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Now the `App` component does not really have a lot to modify here. It is a basic
189189

190190
Currently, the `Home` component looks like so:
191191

192-
![A web browser displaying the Ionic Vue home route with a header titled 'Blank' and a message 'Ready to create an app? Start with Ionic UI Components'.](/img/guides/vue/first-app/home-route.png 'Ionic Vue Home Route Interface')
192+
![Screenshot of the Ionic Vue Home page showing the message "Ready to create an app? Start with Ionic UI Components"](/img/guides/quickstart/home-page.png 'Ionic Vue Home Component')
193193

194194
```html
195195
<template>
340 KB
Loading
-347 KB
Binary file not shown.
-129 KB
Binary file not shown.

versioned_docs/version-v5/react/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Now the `App` does not really have a lot to modify here. It's a basic example of
120120

121121
Currently, the `Home` component looks like so:
122122

123-
![The Home component displayed in a web browser with the text 'The world is your oyster'.](/img/guides/react/first-app/home-route.png 'Ionic React Home Component')
123+
![Screenshot of the Ionic React Home page showing the message "Ready to create an app? Start with Ionic UI Components"](/img/guides/quickstart/home-page.png 'Ionic React Home Component')
124124

125125
```tsx
126126
import { IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/react';

versioned_docs/version-v5/vue/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Now the `App` component does not really have a lot to modify here. It is a basic
202202

203203
Currently, the `Home` component looks like so:
204204

205-
![A web browser displaying the Ionic Vue home route with a header titled 'Blank' and a message 'Ready to create an app? Start with Ionic UI Components'.](/img/guides/vue/first-app/home-route.png 'Ionic Vue Home Route Interface')
205+
![Screenshot of the Ionic Vue Home page showing the message "Ready to create an app? Start with Ionic UI Components"](/img/guides/quickstart/home-page.png 'Ionic Vue Home Component')
206206

207207
```html
208208
<template>

versioned_docs/version-v6/react/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Now the `App` does not really have a lot to modify here. It's a basic example of
127127

128128
Currently, the `Home` component looks like so:
129129

130-
![The Home component displayed in a web browser with the text 'The world is your oyster'.](/img/guides/react/first-app/home-route.png 'Ionic React Home Component')
130+
![Screenshot of the Ionic React Home page showing the message "Ready to create an app? Start with Ionic UI Components"](/img/guides/quickstart/home-page.png 'Ionic React Home Component')
131131

132132
```tsx
133133
import { IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/react';

versioned_docs/version-v6/vue/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Now the `App` component does not really have a lot to modify here. It is a basic
185185

186186
Currently, the `Home` component looks like so:
187187

188-
![A web browser displaying the Ionic Vue home route with a header titled 'Blank' and a message 'Ready to create an app? Start with Ionic UI Components'.](/img/guides/vue/first-app/home-route.png 'Ionic Vue Home Route Interface')
188+
![Screenshot of the Ionic Vue Home page showing the message "Ready to create an app? Start with Ionic UI Components"](/img/guides/quickstart/home-page.png 'Ionic Vue Home Component')
189189

190190
```html
191191
<template>

versioned_docs/version-v7/react/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Now the `App` does not really have a lot to modify here. It's a basic example of
127127

128128
Currently, the `Home` component looks like so:
129129

130-
![The Home component displayed in a web browser with the text 'The world is your oyster'.](/img/guides/react/first-app/home-route.png 'Ionic React Home Component')
130+
![Screenshot of the Ionic React Home page showing the message "Ready to create an app? Start with Ionic UI Components"](/img/guides/quickstart/home-page.png 'Ionic React Home Component')
131131

132132
```tsx
133133
import { IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/react';

0 commit comments

Comments
 (0)