From 9e6c4d8335588c98034ef580f03d86759ce5833d Mon Sep 17 00:00:00 2001 From: bfahrenfort Date: Wed, 23 Aug 2023 21:21:46 -0500 Subject: [PATCH] Quartz sync: Aug 23, 2023, 9:21 PM --- quartz.layout.ts | 3 +-- quartz/components/Footer.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index 482aba6e3..de373ce01 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -7,8 +7,7 @@ export const sharedPageComponents: SharedLayout = { header: [], footer: Component.Footer({ links: { - GitHub: "https://github.com/jackyzha0/quartz", - "Discord Community": "https://discord.gg/cRFFHYye7t", + "Source code": "https://github.com/bfahrenfort/quartz", }, }), } diff --git a/quartz/components/Footer.tsx b/quartz/components/Footer.tsx index f33617e42..ea9bbd069 100644 --- a/quartz/components/Footer.tsx +++ b/quartz/components/Footer.tsx @@ -14,7 +14,7 @@ export default ((opts?: Options) => {