mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
docs(preview): fix button text in nav demo (#15163)
Changed text inside button. Wrong text: "Go to Page Two" Correct text "Go to Page Three"
This commit is contained in:

committed by
Brandy Carney

parent
d19061c863
commit
e92ff8ab55
@ -40,7 +40,7 @@
|
|||||||
<h1>Page Two</h1>
|
<h1>Page Two</h1>
|
||||||
<div>
|
<div>
|
||||||
<ion-nav-push component="page-three">
|
<ion-nav-push component="page-three">
|
||||||
<ion-button class="next">Go to Page Two</ion-button>
|
<ion-button class="next">Go to Page Three</ion-button>
|
||||||
</ion-nav-push>
|
</ion-nav-push>
|
||||||
</div>
|
</div>
|
||||||
</ion-content>
|
</ion-content>
|
||||||
|
Reference in New Issue
Block a user