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