From 772351dfc8f4d6c99178acc3ebebab34e0f33596 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 16 May 2023 17:08:25 +0800 Subject: [PATCH] Fix copy paste errors --- packages/web/pages/settings/integrations.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web/pages/settings/integrations.tsx b/packages/web/pages/settings/integrations.tsx index d0455c31e..7b2774bfc 100644 --- a/packages/web/pages/settings/integrations.tsx +++ b/packages/web/pages/settings/integrations.tsx @@ -151,11 +151,11 @@ export default function Integrations(): JSX.Element { subText: 'Obsidian is a powerful and extensible knowledge base that works on top of your local folder of plain text files. Use the Omnivore Obsidian plugin to sync articles, highlights, and notes to Obsidian.', button: { - text: `Install Logseq Plugin`, + text: `Install Obsidian Plugin`, icon: , style: 'ctaDarkYellow', action: () => { - router.push(`https://github.com/omnivore-app/logseq-omnivore`) + router.push(`https://github.com/omnivore-app/obsidian-omnivore`) }, }, },