From 46842b1b85665ba71232887e500d5b1b74698d6b Mon Sep 17 00:00:00 2001 From: Ulysia Date: Mon, 14 Oct 2024 08:56:37 +0200 Subject: [PATCH] missing semicolon --- quartz/components/Btn8831.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/components/Btn8831.tsx b/quartz/components/Btn8831.tsx index 718e52d..5f5fade 100644 --- a/quartz/components/Btn8831.tsx +++ b/quartz/components/Btn8831.tsx @@ -37,7 +37,7 @@ export default (() => { max-width: 60%; margin: 0 auto; opacity: 1; - justify-content: center + justify-content: center; } .btn8831-container a { margin: 5px;