updating stuff

This commit is contained in:
Arjun Patel
2022-02-10 15:08:32 -08:00
parent 85ef837ec6
commit 4ac32f3998
5 changed files with 13 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"presets": ["next/babel"],
"plugins": ["transform-remove-console"]
}
@@ -60,7 +60,7 @@ export default function LangingPageLayout({ children }) {
{currUser ? (
<Menu.Item key="5">
<button
onClick={() => window.open("/teams", "_self")}
onClick={() => window.open("/s", "_self")}
className="rounded font-semibold bg-gray-200 p-2 text-teal-600 shadow-lg flex flex-row items-center space-x-2"
>
Continue
@@ -141,7 +141,7 @@ export default function LangingPageLayout({ children }) {
<>
<span className="text-gray-500">Welcome back!</span>
<button
onClick={() => window.open("/teams", "_self")}
onClick={() => window.open("/s", "_self")}
className="rounded font-semibold bg-gray-200 p-2 text-teal-600 shadow-lg flex flex-row items-center space-x-2"
>
Continue
@@ -75,7 +75,7 @@ export default function Header() {
</Menu.Item>
<Menu.Item
onClick={() => window.open("/teams", "_self")}
onClick={() => window.open("/s", "_self")}
key={"team hub"}
icon={<FaLayerGroup />}
>
+1
View File
@@ -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",