diff --git a/packages/web/.babelrc b/packages/web/.babelrc
new file mode 100644
index 0000000..c28db9b
--- /dev/null
+++ b/packages/web/.babelrc
@@ -0,0 +1,4 @@
+{
+ "presets": ["next/babel"],
+ "plugins": ["transform-remove-console"]
+}
diff --git a/packages/web/components/Layouts/LandingPageLayout.tsx b/packages/web/components/Layouts/LandingPageLayout.tsx
index f866d0a..17c727c 100644
--- a/packages/web/components/Layouts/LandingPageLayout.tsx
+++ b/packages/web/components/Layouts/LandingPageLayout.tsx
@@ -60,7 +60,7 @@ export default function LangingPageLayout({ children }) {
{currUser ? (
window.open("/teams", "_self")}
+ onClick={() => window.open("/s", "_self")}
key={"team hub"}
icon={}
>
diff --git a/packages/web/package.json b/packages/web/package.json
index 7b055e4..4cba103 100644
--- a/packages/web/package.json
+++ b/packages/web/package.json
@@ -38,6 +38,7 @@
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"autoprefixer": "^10.4.2",
+ "babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "8.4.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
diff --git a/yarn.lock b/yarn.lock
index 46f2122..57c9eab 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1744,6 +1744,11 @@ axobject-query@^2.2.0:
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
+babel-plugin-transform-remove-console@^6.9.4:
+ version "6.9.4"
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-console/-/babel-plugin-transform-remove-console-6.9.4.tgz#b980360c067384e24b357a588d807d3c83527780"
+ integrity sha1-uYA2DAZzhOJLNXpYjYB9PINSd4A=
+
balanced-match@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"