From 6f5274e5f29aa884eb8c034fa73ff1481d1b6bad Mon Sep 17 00:00:00 2001 From: Brian Miller Date: Wed, 15 Feb 2023 10:10:31 -0600 Subject: [PATCH 1/2] allow input.buttons to be passed through --- .../components/blocks/magazine-latest-issue.marko | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/marko-web-theme-monorail-magazine/components/blocks/magazine-latest-issue.marko b/packages/marko-web-theme-monorail-magazine/components/blocks/magazine-latest-issue.marko index 955bde2f3..2220a19bb 100644 --- a/packages/marko-web-theme-monorail-magazine/components/blocks/magazine-latest-issue.marko +++ b/packages/marko-web-theme-monorail-magazine/components/blocks/magazine-latest-issue.marko @@ -27,7 +27,7 @@ $ const nodeClass = ["magazine-publication-card-block", input.class].join(" "); <@footer> <@left> - + From 45aff5b1bf784ad56a25bc0a38f862e3e9a6fbe8 Mon Sep 17 00:00:00 2001 From: Brian Miller Date: Wed, 15 Feb 2023 10:10:57 -0600 Subject: [PATCH 2/2] fix renewal prop & add change-address button support --- .../components/publication-buttons.marko | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/marko-web-theme-monorail-magazine/components/publication-buttons.marko b/packages/marko-web-theme-monorail-magazine/components/publication-buttons.marko index 5cc0edab4..b5db62b2d 100644 --- a/packages/marko-web-theme-monorail-magazine/components/publication-buttons.marko +++ b/packages/marko-web-theme-monorail-magazine/components/publication-buttons.marko @@ -18,7 +18,7 @@ $ const issue = getAsObject(input, "issue"); Subscribe - + Renew @@ -48,4 +48,9 @@ $ const issue = getAsObject(input, "issue"); E-Inquiry + + + Change Address + +