From 11ac24e0fc672c65f041510fc7d49c284ed5ed95 Mon Sep 17 00:00:00 2001 From: Ulysia Date: Mon, 14 Oct 2024 08:28:12 +0200 Subject: [PATCH] Custom footer sucessfully implemented --- quartz/components/CustomFooter.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/quartz/components/CustomFooter.tsx b/quartz/components/CustomFooter.tsx index 1acdf82..7e331f2 100644 --- a/quartz/components/CustomFooter.tsx +++ b/quartz/components/CustomFooter.tsx @@ -14,7 +14,6 @@ export default ((opts?: Options) => { return ( ) }