Skip to content

Commit

Permalink
💄Contact
Browse files Browse the repository at this point in the history
  • Loading branch information
noeypatt committed Mar 31, 2020
1 parent e31d858 commit a152363
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions pages/index/Contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,21 @@ const Contact = () => {

const [home, setHome] = useState(
[
{ name: "เกี่ยวกับเรา", href: "/index/about" },
{ name: "เบี้ยยังชีพ", href: "#" },
{ name: "เข้าสู่หน้าหลัก", href: "/main" }
{ name: "เกี่ยวกับเรา", href: "/index/about" },
{ name: "สังคมผู้สูงอายุ", href: "/index/society" },
{ name: "เบี้ยยังชีพ", href: "/index/allowance" },
{ name: "เข้าสู่หน้าหลัก", href: "/main" }
]
)

const [homeMin, setHomeMin] = useState(
)
const [homeMin, setHomeMin] = useState(
[
{ name: "เกี่ยวกับเรา", href: "/index/about" },
{ name: "เบี้ยยังชีพ", href: "#" },
{ name: "เข้าสู่หน้าหลัก", href: "/main" },
{ name: "เกี่ยวกับเรา", href: "/index/about" },
{ name: "สังคมผู้สูงอายุ", href: "/index/society" },
{ name: "เบี้ยยังชีพ", href: "/index/allowance" },
{ name: "เข้าสู่หน้าหลัก", href: "/main" },
]
)
)

const onConfirm = (order) => {
setStatus(order)
Expand Down

1 comment on commit a152363

@vercel
Copy link

@vercel vercel bot commented on a152363 Mar 31, 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.