Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Fixing link on 'Try for Free' button on pricing page #35

Merged
merged 1 commit into from
Jun 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/public/pricing/pricing.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Pricing</h1>
</ul>
</mat-card-content>
<mat-card-actions>
<a href="https://zestfuldata.com/demo" mat-flat-button color="primary">Try for Free</a>
<a [routerLink]="['/demo']" mat-flat-button color="primary">Try for Free</a>
</mat-card-actions>
</mat-card>
</div>
Expand Down