We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085c2ad commit 64c4ba0Copy full SHA for 64c4ba0
projects/account/src/app/app.component.html
@@ -1,5 +1,5 @@
1
<span>production: {{ commonEnvironment.production }}</span><br>
2
<a routerLink="account">account</a><br>
3
<a href="{{commonEnvironment.projects.experiences.baseUrl}}/experiences">experiences</a><br>
4
-<a href="{{commonEnvironment.projects.checkout.baseUrl}}/checkout">checkout</a><br>
+<a href="{{commonEnvironment.projects.checkout.baseUrl}}/checkout">checkout</a><br>
5
<router-outlet></router-outlet>
0 commit comments