Skip to content

Commit

Permalink
fix: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Jun 24, 2023
1 parent 55134de commit 5866b15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineConfig } from 'vitepress'
import { defineConfig } from "vitepress";

// https://vitepress.dev/reference/site-config
export default defineConfig({
Expand Down Expand Up @@ -75,7 +75,7 @@ export default defineConfig({
link: "/nixos-with-flakes/update-the-system.md",
},
{
text: "Upgrade or Downgrade Packages",
text: "Downgrade or Upgrade Packages",
link: "/nixos-with-flakes/downgrade-or-upgrade-packages.md",
},
{
Expand Down Expand Up @@ -211,7 +211,7 @@ export default defineConfig({
link: "/zh/nixos-with-flakes/update-the-system.md",
},
{
text: "升级或降级软件包",
text: "降级或升级软件包",
link: "/zh/nixos-with-flakes/downgrade-or-upgrade-packages.md",
},
{
Expand Down

0 comments on commit 5866b15

Please sign in to comment.