Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolasiy committed Apr 14, 2020
1 parent e032c13 commit 3e2b8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/pages/index/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { FeedsState } from 'pages/Feeds/model';

export const titles = {
0: '发现',
1: '订阅号',
1: '专栏',
2: '账户',
3: '我的'
}
Expand Down Expand Up @@ -156,7 +156,7 @@ export default function Layout() {
fixed
tabList={[
{text: "发现", iconPath: "home"},
{text: "订阅号", iconPath: "RectangleCopy62"},
{text: "专栏", iconPath: "RectangleCopy62"},
{text: "账户", iconPath: "RectangleCopy162"},
{text: "我的", iconPath: "RectangleCopy49"}
]}
Expand Down

0 comments on commit 3e2b8a9

Please sign in to comment.