kaas
This commit is contained in:
parent
98cd4d630c
commit
3a3525fe79
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ import { ColorSchemePicker } from "../theme";
|
|||
import { signIn, signOut, useSession } from "~/auth";
|
||||
import { hash } from "~/utilities";
|
||||
import css from "./top.module.css";
|
||||
import { Avatar } from "../user";
|
||||
|
||||
export const Top: Component = (props) => {
|
||||
const session = useSession();
|
||||
|
@ -43,6 +44,7 @@ export const Top: Component = (props) => {
|
|||
{(user) => (
|
||||
<>
|
||||
<div>
|
||||
<Avatar />
|
||||
<img
|
||||
src={
|
||||
user().image ??
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue