Skip to content

Commit

Permalink
update view
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusKhooLK committed May 24, 2022
1 parent 05838fe commit 73480ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/create_recipe_success.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<div class="container">
<div class="row">
<div class="col mt-5">
<h1 class="display-5">Recipe create successfully!</h1>
<h1 class="display-5">Recipe created successfully!</h1>
<form action="/account/recipe/view">
<div class="d-grid gap-2 col-6 mx-auto mt-5">
<button type="submit" class="btn btn-primary">View recipes</button>
Expand Down

0 comments on commit 73480ee

Please sign in to comment.