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
@@ -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 />}
>