Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 37ff954

Browse files
committed
fix: discount-code-generator template
1 parent a8bc8ee commit 37ff954

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

presets/examples/discount-code-generator/templates/lib/example-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class ExampleStack extends cdk.Stack {
4646
.page('DonePage', {
4747
body: [
4848
Display.heading('Discount generated'),
49-
Display.text('Discount code: {{InputPage.discountGenerator.code}}')
49+
Display.text('Discount code: {{discountGenerator.code}}')
5050
]
5151
})
5252
}

0 commit comments

Comments
 (0)