Changed code indentation
This commit is contained in:
@@ -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>
|
||||
);
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user