Skip to content

Commit

Permalink
navbar gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
locks-az committed Sep 22, 2023
1 parent 937e744 commit acef03f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ const NavigationBar: React.FC = () => {
<Link href={"/#archive"}>
<p>Archive</p>
</Link>
<a>
<Link href={"/#gallery"}>
<p>Gallery</p>
</a>
</Link>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/sections/Photo-Gallery/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const PhotoGallery: React.FC = () => {

return (
<>
<div className={s.container}>
<div className={s.container} id="gallery">
<h1>Photo Gallery</h1>
<select name="project_select" onChange={handleChange}>
{options}
Expand Down

0 comments on commit acef03f

Please sign in to comment.