Changed code indentation

This commit is contained in:
Antonello Zanini
2022-11-18 17:02:01 +01:00
parent 37e23c3932
commit 9ca399b85d
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import Link from "next/link";
import Link from "next/link"
import styles from "../styles/Header.module.css"
export default function Header(props) {
@@ -21,6 +21,6 @@ export default function Header(props) {
</div>
</nav>
</header>
);
)
}