Skip to content

Commit

Permalink
Merge pull request #123 from CuteDog5695/master
Browse files Browse the repository at this point in the history
Yo mate, theres a typo over here (Rust wasn't being directed to the right page)
  • Loading branch information
Kyro3400 authored Oct 24, 2024
2 parents c5c988e + b968316 commit 26bf2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const navLinks: Link[] = [
{ label: "Bun", link: "/server/development/bun" },
{ label: "Python", link: "/server/development/python" },
{ label: "Java", link: "/server/development/java" },
{ label: "Rust", link: "/server/development/Rust" },
{ label: "Rust", link: "/server/development/rust" },

{ label: "Premade Bots", title: true },
{ label: "Red Discord Bot", link: "/server/development/rdb" },
Expand Down

0 comments on commit 26bf2df

Please sign in to comment.