Skip to content

Commit

Permalink
🐛Navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
noeypatt committed Mar 19, 2020
1 parent a37faa7 commit 6091e3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ const Home = () => {

const [home, setHome] = useState(
[
{ name: "เกี่ยวกับเรา", href: "/" },
{ name: "ข่าวสาร", href: "/" },
{ name: "ติดต่อ", href: "/index/contact" },
// { name: "เกี่ยวกับเรา", href: "/" },
// { name: "ข่าวสาร", href: "/" },
// { name: "ติดต่อ", href: "/index/contact" },
{ name: "เข้าสู่หน้าหลัก", href: "/main" }
]
)

const [homeMin, setHomeMin] = useState(
[
{ name: "เกี่ยวกับเรา", href: "" },
{ name: "ข่าวสาร", href: "" },
{ name: "ติดต่อ", href: "/index/contact" },
// { name: "เกี่ยวกับเรา", href: "" },
// { name: "ข่าวสาร", href: "" },
// { name: "ติดต่อ", href: "/index/contact" },
{ name: "เข้าสู่หน้าหลัก", href: "/main" },
]
)
Expand Down

1 comment on commit 6091e3a

@vercel
Copy link

@vercel vercel bot commented on 6091e3a Mar 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.