Skip to content

Commit

Permalink
💄Empty
Browse files Browse the repository at this point in the history
  • Loading branch information
noeypatt committed Apr 5, 2020
1 parent 602ffad commit ec0b757
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions components/Empty.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,21 @@ const Empty = () => {

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

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

Expand Down
2 changes: 1 addition & 1 deletion components/layout/sidebar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState, useEffect } from 'react';
import { Drawer, Button, Radio } from 'antd';
import { Drawer } from 'antd';


const Sidebar = props => {
Expand Down

1 comment on commit ec0b757

@vercel
Copy link

@vercel vercel bot commented on ec0b757 Apr 5, 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.