From a2194edb572f4cc05d482e9114558584343b4c82 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sat, 12 Aug 2023 13:44:55 +0100 Subject: Includes payment buttons in LallansIssue.astro --- src/components/LallansIssue.astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/LallansIssue.astro b/src/components/LallansIssue.astro index 37f1417..915c17d 100644 --- a/src/components/LallansIssue.astro +++ b/src/components/LallansIssue.astro @@ -5,6 +5,7 @@ import type LallansIssue from "../types/LallansIssue"; import type Locale from "../types/Locale"; import LallansIssueContributions from "./LallansIssueContributions.astro"; import LallansIssueContributors from "./LallansIssueContributors.astro"; +import PayPalButtons from "./PayPalButtons.astro"; interface Props { issue: LallansIssue; @@ -23,7 +24,7 @@ const t = translate(locale);
-
+