This commit is contained in:
Chris Kruining 2025-04-14 00:01:20 +02:00
parent 98cd4d630c
commit 3a3525fe79
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg

View file

@ -3,6 +3,7 @@ import { ColorSchemePicker } from "../theme";
import { signIn, signOut, useSession } from "~/auth"; import { signIn, signOut, useSession } from "~/auth";
import { hash } from "~/utilities"; import { hash } from "~/utilities";
import css from "./top.module.css"; import css from "./top.module.css";
import { Avatar } from "../user";
export const Top: Component = (props) => { export const Top: Component = (props) => {
const session = useSession(); const session = useSession();
@ -43,6 +44,7 @@ export const Top: Component = (props) => {
{(user) => ( {(user) => (
<> <>
<div> <div>
<Avatar />
<img <img
src={ src={
user().image ?? user().image ??