Remove unneeded comment

This commit is contained in:
Ray 2024-01-17 13:27:31 +00:00 committed by GitHub
parent 73ad414334
commit 05e44b9636
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ function App() {
}
// modify the navigation on line 101 to new home page (gallery is set for now)
return (
<div className="App">
<Header items={nav} user={auth} />