Skip to content

Commit

Permalink
feat(footer): update url to ionic 4 components page
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Feb 24, 2019
1 parent 42223d6 commit e7f9664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h4 translate>footer.company</h4>
</ion-col>
<ion-col sizeXs="6" sizeLg="3">
<h4 translate>footer.resources</h4>
<a class="links" href="https://fivethree-team.github.io/fivethree/" translate>footer.fivethree-components</a>
<a class="links" href="https://fivethree-team.github.io/ionic-4-components/" translate>footer.ionic-4-components</a>
</ion-col>
<ion-col size="6" sizeXs="12" sizeLg="6" id="social">
<a href="https://www.github.com/fivethree-team" target="blank">
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"team": "Team",
"imprint": "Imprint",
"resources": "Resources",
"fivethree-components": "Fivethree Components"
"ionic-4-components": "Ionic 4 Components"
},
"404": {
"text": "Oops, we couldn't find the page you are looking for."
Expand Down

0 comments on commit e7f9664

Please sign in to comment.