Update Header.tsx

This commit is contained in:
Maurice Heumann
2025-08-23 17:32:07 +02:00
committed by GitHub
parent 853a7f9da3
commit 6244b21af6

View File

@@ -6,8 +6,7 @@ export interface HeaderProps {
preload?: string[];
}
const image =
"https://repository-images.githubusercontent.com/842883987/9e56f43b-4afd-464d-85b9-d7e555751a39";
const image = "https://momo5502.com/emulator/preview.png";
export function Header(props: HeaderProps) {
return (