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

Commit 5efb8c1

Browse files
committed
fix: remove old absolute adressing
1 parent 97fdfbb commit 5efb8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/getting-started/add-buttonize-to-existing-project.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export class ExampleStack extends cdk.Stack {
137137
.page('DonePage', {
138138
body: [
139139
Display.heading('Discount generated'),
140-
Display.text('Discount code: {{InputPage.discountGenerator.code}}')
140+
Display.text('Discount code: {{discountGenerator.code}}')
141141
]
142142
})
143143
}

0 commit comments

Comments
 (0)