@@ -16,39 +16,39 @@ <h2 class="app-feedback-panel__title">You’ve just recorded your 5th vaccinatio
1616
1717 {{ button({
1818 text: "Very easy",
19- classes: "nhsuk-button--secondary app -button--small app-button--min-width",
19+ classes: "nhsuk-button--secondary nhsuk -button--small app-button--min-width",
2020 attributes: {
2121 "data-thanks": "Thank you. Do you want to tell us more?"
2222 }
2323 }) }}
2424
2525 {{ button({
2626 text: "Easy",
27- classes: "nhsuk-button--secondary app -button--small app-button--min-width",
27+ classes: "nhsuk-button--secondary nhsuk -button--small app-button--min-width",
2828 attributes: {
2929 "data-thanks": "Thank you. Do you want to tell us more?"
3030 }
3131 }) }}
3232
3333 {{ button({
3434 text: "Ok",
35- classes: "nhsuk-button--secondary app -button--small app-button--min-width",
35+ classes: "nhsuk-button--secondary nhsuk -button--small app-button--min-width",
3636 attributes: {
3737 "data-thanks": "Thank you. Do you want to tell us more?"
3838 }
3939 }) }}
4040
4141 {{ button({
4242 text: "Difficult",
43- classes: "nhsuk-button--secondary app -button--small app-button--min-width",
43+ classes: "nhsuk-button--secondary nhsuk -button--small app-button--min-width",
4444 attributes: {
4545 "data-thanks": "Thank you. Do you want to tell us more?"
4646 }
4747 }) }}
4848
4949 {{ button({
5050 text: "Very difficult",
51- classes: "nhsuk-button--secondary app -button--small app-button--min-width",
51+ classes: "nhsuk-button--secondary nhsuk -button--small app-button--min-width",
5252 attributes: {
5353 "data-thanks": "Thank you. Do you want to tell us more?"
5454 }
@@ -82,7 +82,7 @@ <h2 class="app-feedback-panel__title">Thank you.</h2>
8282 < div class ="nhsuk-button-group nhsuk-u-margin-bottom-0 ">
8383 {{ button({
8484 text: "Send feedback",
85- classes: "nhsuk-button--secondary app -button--small"
85+ classes: "nhsuk-button--secondary nhsuk -button--small"
8686 }) }}
8787
8888
0 commit comments