From b14d6b0d92b5732270c6e5631a6ed697b1c1f7bd Mon Sep 17 00:00:00 2001 From: Katja Lutz Date: Sat, 25 Jun 2022 00:04:35 +0200 Subject: [PATCH] feat: use same bottom margin for conclusion and lufrai watermark --- src/routes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/index.tsx b/src/routes/index.tsx index dd9d184..3143f08 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -243,7 +243,7 @@ export default function Home() { const Conclusion = () => ( - + );