fixing other things
This commit is contained in:
@@ -25,7 +25,7 @@ export default function LangingPageLayout({ children }) {
|
||||
|
||||
function handleLogin() {
|
||||
setLoading(true);
|
||||
router.push("/teams");
|
||||
window.open("/teams/login", "_self");
|
||||
}
|
||||
|
||||
const getStartedButton = (
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export default function MainLogo({ ...props }) {
|
||||
return (
|
||||
<span id="main-title" {...props}>
|
||||
<span onClick={() => window.open("/", "_self")} id="main-title" {...props}>
|
||||
nirvana
|
||||
</span>
|
||||
);
|
||||
|
||||
@@ -51,7 +51,7 @@ section {
|
||||
|
||||
#main-title {
|
||||
font-family: "Satisfy", cursive;
|
||||
@apply text-teal-600;
|
||||
@apply text-teal-600 cursor-pointer;
|
||||
}
|
||||
#side-note {
|
||||
font-size: 1.5em;
|
||||
|
||||
Reference in New Issue
Block a user