More PR fixes

This commit is contained in:
Linus Flood
2024-09-18 15:31:15 +02:00
parent b8f37c810d
commit 98b48b8290
8 changed files with 18 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ import TopMenu from "./TopMenu"
import styles from "./header.module.css"
export default function Header({}) {
export default function Header() {
return (
<header className={styles.header}>
<Suspense fallback="Loading top menu">