Update index.tsx

This commit is contained in:
Arjun Patel
2022-01-27 18:14:55 -08:00
parent ff19cac973
commit 0d23d1dfd7
+1 -1
View File
@@ -101,7 +101,7 @@ function RouteHandler() {
<button onClick={() => router.push("/teams/profile")}>
<img
src={user ? user.avatarUrl : currUser.photoURL}
alt="asdf"
alt="avatar"
className="rounded-full w-12 shadow-lg"
/>
</button>