Skip to content

Commit 56b2bee

Browse files
authored
Merge pull request #219 from list-jonas/desktop-2
docs(contribute): fix desktop contribution guide card
2 parents 67dd51b + 6f25b12 commit 56b2bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/contribute/desktop/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ import { BookIcon, HammerIcon } from 'lucide-react'
66

77
<Cards>
88
<Card title="Building Zen" icon={<BookIcon />} description="Getting Started with Zen Browser Development" href="/contribute/desktop/building" />
9-
<Card title="Working on Zen" icon={<HammerIcon />} description="Getting Started with Zen's Homepage Development" href="/contribute/desktop/working" />
9+
<Card title="Code Structure" icon={<BookIcon />} description="Zen Browser Code Structure and Preference Management" href="/contribute/desktop/code-structure-and-prefs" />
1010
</Cards>

0 commit comments

Comments
 (0)