Update index.tsx
This commit is contained in:
@@ -101,7 +101,7 @@ function RouteHandler() {
|
|||||||
<button onClick={() => router.push("/teams/profile")}>
|
<button onClick={() => router.push("/teams/profile")}>
|
||||||
<img
|
<img
|
||||||
src={user ? user.avatarUrl : currUser.photoURL}
|
src={user ? user.avatarUrl : currUser.photoURL}
|
||||||
alt="asdf"
|
alt="avatar"
|
||||||
className="rounded-full w-12 shadow-lg"
|
className="rounded-full w-12 shadow-lg"
|
||||||
/>
|
/>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user