Skip to content

Commit 49c894c

Browse files
committed
コミット忘れ追加
1 parent 2ccf7a0 commit 49c894c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

client/packages/lowcoder/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title data-react-helmet="true">Lowcoder | rapid App & VideoMeeting builder for everyone.</title>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
7-
<meta lang="en" name="description" content="Lowcoder | rapid App & VideoMeeting builder for everyone." data-react-helmet="true"/>
7+
<meta lang="ja" name="description" content="病院管理学" data-react-helmet="true"/>
88
<meta name="theme-color" content="#000000" />
99
<style>
1010
html,

client/packages/lowcoder/src/pages/ApplicationV2/index.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export default function ApplicationHome() {
169169
routePath: NEWS_URL,
170170
routeComp: NewsView,
171171
icon: ({ selected, ...otherProps }) => selected ? <NewsIcon {...otherProps} width={"24px"}/> : <NewsIcon {...otherProps} width={"24px"}/>,
172-
visible: ({ user }) => user.orgDev,
172+
visible: ({ user }) => false,
173173
style: { color: "red" },
174174
mobileVisible: false,
175175
},
@@ -179,15 +179,16 @@ export default function ApplicationHome() {
179179
routePathExact: false,
180180
routeComp: OrgView,
181181
icon: ({ selected, ...otherProps }) => selected ? <WorkspacesIcon {...otherProps} width={"24px"}/> : <WorkspacesIcon {...otherProps} width={"24px"}/>,
182-
visible: ({ user }) => !user.orgDev,
183-
mobileVisible: true,
182+
visible: ({ user }) => false,
183+
mobileVisible: false,
184184
},
185185
{
186186
text: <TabLabel>{trans("home.marketplace")}</TabLabel>,
187187
routePath: MARKETPLACE_URL,
188188
routePathExact: false,
189189
routeComp: MarketplaceView,
190190
icon: ({ selected, ...otherProps }) => selected ? <MarketplaceIcon {...otherProps} width={"24px"}/> : <MarketplaceIcon {...otherProps} width={"24px"}/>,
191+
visible: ({ user }) => false,
191192
mobileVisible: false,
192193
},
193194
]

0 commit comments

Comments
 (0)