Skip to content

Commit 451cb30

Browse files
authored
Added PageTitle to 05 docs
1 parent b2d5164 commit 451cb30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/05-checkout-with-validation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ It's time to fix this by adding a "checkout" screen that requires customers to e
99
Start by adding a new page component, `Checkout.razor`, with a `@page` directive matching the URL `/checkout`. For the initial markup, let's display the details of the order using your `OrderReview` component:
1010

1111
```razor
12+
<PageTitle>Blazing Pizza - Checkout</PageTitle>
13+
1214
<div class="main">
1315
<div class="checkout-cols">
1416
<div class="checkout-order-details">

0 commit comments

Comments
 (0)