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) => {