Skip to content

Commit

Permalink
world linked
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshnjena committed Feb 25, 2023
1 parent 7d3e4dc commit 91219d1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions components/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ export default function Auth() {
}
}}
>
<div className={style.card} ref={pushRef}>
<div
className={style.card}
ref={pushRef}
onClick={() => {
router.push("/world", undefined, { shallow: true });
}}
>
<div className={style.cardBorder}></div>
<div className={style.cardContent}>
<div className={style.cardTitle}>Login via account</div>
Expand All @@ -47,7 +53,7 @@ export default function Auth() {
className={style.card}
ref={pushRef}
onClick={() => {
router.push("/configChar", undefined, { shallow: true });
router.push("/world", undefined, { shallow: true });
}}
>
<div className={style.cardBorder}></div>
Expand Down

1 comment on commit 91219d1

@vercel
Copy link

@vercel vercel bot commented on 91219d1 Feb 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

z-space – ./

z-space-adarshnjena.vercel.app
z-space-git-main-adarshnjena.vercel.app
zspace.vercel.app

Please sign in to comment.