Skip to content

Commit e7f9664

Browse files
committed
feat(footer): update url to ionic 4 components page
1 parent 42223d6 commit e7f9664

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/components/footer/footer.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h4 translate>footer.company</h4>
99
</ion-col>
1010
<ion-col sizeXs="6" sizeLg="3">
1111
<h4 translate>footer.resources</h4>
12-
<a class="links" href="https://fivethree-team.github.io/fivethree/" translate>footer.fivethree-components</a>
12+
<a class="links" href="https://fivethree-team.github.io/ionic-4-components/" translate>footer.ionic-4-components</a>
1313
</ion-col>
1414
<ion-col size="6" sizeXs="12" sizeLg="6" id="social">
1515
<a href="https://www.github.com/fivethree-team" target="blank">

src/assets/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"team": "Team",
99
"imprint": "Imprint",
1010
"resources": "Resources",
11-
"fivethree-components": "Fivethree Components"
11+
"ionic-4-components": "Ionic 4 Components"
1212
},
1313
"404": {
1414
"text": "Oops, we couldn't find the page you are looking for."

0 commit comments

Comments
 (0)