We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a32c6 commit 6f25b12Copy full SHA for 6f25b12
content/docs/contribute/desktop/index.mdx
@@ -6,5 +6,5 @@ import { BookIcon, HammerIcon } from 'lucide-react'
6
7
<Cards>
8
<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" />
+ <Card title="Code Structure" icon={<BookIcon />} description="Zen Browser Code Structure and Preference Management" href="/contribute/desktop/code-structure-and-prefs" />
10
</Cards>
0 commit comments