Skip to content

Commit 0adf79f

Browse files
committed
Merge remote-tracking branch 'origin/fix/remove-cloud-view-tab-header' into fix/remove-cloud-view-tab-header
2 parents b5fbcfa + 3e80070 commit 0adf79f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

webview-ui/src/components/cloud/CloudView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export const CloudView = ({ userInfo, isAuthenticated, cloudApiUrl, organization
265265
</>
266266
) : (
267267
<>
268-
<div className="flex flex-col items-start gap-4 px-4 max-w-1lg">
268+
<div className="flex flex-col items-start gap-4 px-4 max-w-lg">
269269
<div className={cn(authInProgress && "opacity-50")}>{renderCloudBenefitsContent(t)}</div>
270270

271271
{!authInProgress && (

webview-ui/src/i18n/locales/ko/cloud.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/zh-CN/cloud.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)