fix: remove the placeholder forum page, and change the link to forum to point to actual SVR.JS forum
This commit is contained in:
parent
dd11fc8a99
commit
6b613a3f84
2 changed files with 2 additions and 15 deletions
|
@ -1,13 +0,0 @@
|
||||||
import React from "react";
|
|
||||||
|
|
||||||
import { Metadata } from "next";
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
|
||||||
title: "Forum - SVR.JS"
|
|
||||||
};
|
|
||||||
|
|
||||||
const Forum = () => {
|
|
||||||
return <div>Forum</div>;
|
|
||||||
};
|
|
||||||
|
|
||||||
export default Forum;
|
|
|
@ -31,7 +31,7 @@ export const NAVBAR = {
|
||||||
label: "Blog"
|
label: "Blog"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: "/forum",
|
href: "https://forum.svrjs.org",
|
||||||
target: "_self",
|
target: "_self",
|
||||||
label: "Forum"
|
label: "Forum"
|
||||||
}
|
}
|
||||||
|
@ -140,7 +140,7 @@ export const FOOTERLINKS = {
|
||||||
{ href: "/", label: "Home" },
|
{ href: "/", label: "Home" },
|
||||||
{ href: "/contact", label: "Contact" },
|
{ href: "/contact", label: "Contact" },
|
||||||
{ href: "/blog", label: "Blog" },
|
{ href: "/blog", label: "Blog" },
|
||||||
{ href: "/forum", label: "Forum" }
|
{ href: "https://forum.svrjs.org", label: "Forum" }
|
||||||
],
|
],
|
||||||
plans: [
|
plans: [
|
||||||
{ href: "/docs", label: "Docs" },
|
{ href: "/docs", label: "Docs" },
|
||||||
|
|
Loading…
Reference in a new issue