Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/contribute/desktop/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import { BookIcon, HammerIcon } from 'lucide-react'

<Cards>
<Card title="Building Zen" icon={<BookIcon />} description="Getting Started with Zen Browser Development" href="/contribute/desktop/building" />
<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" />
</Cards>