summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/recipe-card/recipe-card.component.html
diff options
context:
space:
mode:
authorschencej <schencej@clarkson.edu>2019-12-12 12:10:28 -0500
committerschencej <schencej@clarkson.edu>2019-12-12 12:10:28 -0500
commit4b9b00024ce1b31d4c4c80e35f1298b8317378fc (patch)
tree94a26e28d15a6c7cffd7a9671035241073b5c1ee /recipeBuddy/src/app/recipe-card/recipe-card.component.html
parent7d8b3b712274613b20c299efc48e4041e3fc6d72 (diff)
fixed stuff
Diffstat (limited to 'recipeBuddy/src/app/recipe-card/recipe-card.component.html')
-rw-r--r--recipeBuddy/src/app/recipe-card/recipe-card.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipeBuddy/src/app/recipe-card/recipe-card.component.html b/recipeBuddy/src/app/recipe-card/recipe-card.component.html
index eaba29a..b6b214b 100644
--- a/recipeBuddy/src/app/recipe-card/recipe-card.component.html
+++ b/recipeBuddy/src/app/recipe-card/recipe-card.component.html
@@ -12,7 +12,7 @@
</mat-card-header>
<mat-card-actions matSuffix>
<div id="edit">
- <button mat-button (click)="edit(recipe)" routerLink="/"
+ <button mat-button (click)="edit(recipe)" routerLink="/edit"
routerLinkActive="active">
<mat-icon>edit</mat-icon>
</button>