chore: rename "Forum" link to "Community" also in the documentation page
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m5s

This commit is contained in:
Dorian Niemiec 2024-12-12 20:27:15 +01:00
parent 04643b0ac3
commit d8ebc39b56

View file

@ -14,8 +14,8 @@ export default {
type: "page"
},
forum: {
title: "Forum",
href: "https://forum.svrjs.org",
title: "Community",
href: "https://community.svrjs.org",
type: "page"
}
};