Skip to content

Commit 191c1bf

Browse files
authored
Merge pull request yannbf#73 from stephan-strate/patch-1
fix(home): change reference from ionic 2 to ionic 3
2 parents 5534d63 + eb3caa7 commit 191c1bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/_home/home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
</ion-navbar>
88
</ion-header>
99
<ion-content padding>
10-
<h3>Advanced Ionic 2 Components</h3>
10+
<h3>Advanced Ionic 3 Components</h3>
1111
<p>
1212
This app aims to help developers speed up their development process and learn how components work. It would be really nice
13-
if you checked out the <a href="https://github.com/yannbf/ionic2-components">repository</a> and contribute!
13+
if you checked out the <a href="https://github.com/yannbf/ionic3-components">repository</a> and contribute!
1414
</p>
1515
<p>
1616
Also, the best way to understand the ionic framework is by reading the <a href="https://ionicframework.com/docs/v2">docs</a>,
@@ -26,4 +26,4 @@ <h3>Advanced Ionic 2 Components</h3>
2626
If you get lost, the <a href="https://ionicframework.com/docs/v2">docs</a> will be your guide.
2727
</p>
2828
</div>
29-
</sliding-drawer>-->
29+
</sliding-drawer>-->

0 commit comments

Comments
 (0)