Skip to content

Commit

Permalink
Merge pull request #62 from kaogeek/58-change-top-nav
Browse files Browse the repository at this point in the history
#58 change home page text and add search link in top nav
  • Loading branch information
GravitySow authored Mar 12, 2024
2 parents c0dffeb + 18dd4d7 commit 234174f
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,13 @@ function Navbar({ setSearchInputValue }) {
to="/"
className="text-white hover:underline underline-offset-4"
>
ภาพรวม
หน้าหลัก
</Link>
<Link
to="/search"
className="text-white hover:underline underline-offset-4"
>
ค้นหา
</Link>
<Link
to="/about"
Expand Down Expand Up @@ -120,7 +126,15 @@ function Navbar({ setSearchInputValue }) {
to="/"
className="text-white hover:underline underline-offset-4"
>
ภาพรวม
หน้าหลัก
</Link>
</div>
<div className="w-auto inline-block">
<Link
to="/search"
className="text-white hover:underline underline-offset-4"
>
ค้นหา
</Link>
</div>
<div className="w-auto inline-block">
Expand Down

0 comments on commit 234174f

Please sign in to comment.