Skip to content

Commit dd319d3

Browse files
committed
chore: rename "Projects" to "Modules" in nav
1 parent 9d2a5df commit dd319d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export default defineConfig({
232232
// prettier-ignore
233233
nav: [
234234
{ text: "Home", link: "/" },
235-
{ text: "Projects", items: buildProjectNavItems() },
235+
{ text: "Modules", items: buildProjectNavItems() },
236236
{ text: "🇵🇸 Free Palestine", link: "https://techforpalestine.org/learn-more" },
237237
],
238238
sidebar: buildSidebar(),

0 commit comments

Comments
 (0)