Skip to content

Commit 481b39a

Browse files
authored
fix: styles (#1116)
* refactor: overview * fix: i18n
1 parent 2a3da9b commit 481b39a

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

i18n/en/code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
"description": "Description for Quick Start section"
495495
},
496496
"Self-Hosted Databend": {
497-
"message": "Self-Hosted",
497+
"message": "Self-Hosted Databend",
498498
"description": "Title for Self-Hosted Databend section"
499499
},
500500
"These guides for deploying Databend": {

i18n/zh/code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@
510510
"description": "快速入门部分的描述"
511511
},
512512
"Self-Hosted Databend": {
513-
"message": "私有化部署",
513+
"message": "私有化部署 Databend",
514514
"description": "自托管 Databend 部分的标题"
515515
},
516516
"These guides for deploying Databend": {

src/components/DocsOverview/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,7 @@ const DocsOverview: FC = (): ReactElement => {
148148
<div>
149149
<h5>{$t("Self-Hosted Databend")}</h5>
150150
<div>
151-
<Link to={"/guides/cloud/new-account"}>
152-
{$t("This topic")}
153-
</Link>{" "}
151+
<Link to={"/guides/deploy/"}>{$t("This topic")}</Link>{" "}
154152
{$t(
155153
"provide detailed instructions for deploying and upgrading Databend."
156154
)}

src/components/DocsOverview/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
margin-top: 30px;
6868
}
6969
.homPpageSectionLeft {
70-
width: auto;
70+
width: auto !important;
7171
}
7272
}
7373
}

0 commit comments

Comments
 (0)