Skip to content

Commit 2f9fab9

Browse files
authored
Merge pull request #1798 from milvus-io/update-styles
update milvus
2 parents 6d3b13f + 0970df1 commit 2f9fab9

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

src/components/card/DemoCard.module.less

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
.btnGroup {
4444
display: flex;
4545
align-items: center;
46+
gap: 24px;
47+
flex-wrap: wrap;
4648

4749
.tryBtn {
4850
background-color: transparent;

src/components/card/DemoCard.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const DemoCard: React.FC<{
6464
{videoSrc && (
6565
<CustomButton
6666
className={styles.watchBtn}
67-
variant="text"
67+
variant="outlined"
6868
onClick={handleWatchVideo}
6969
endIcon={
7070
<svg

src/components/socialMedias/index.module.less

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ a.iconButton {
2828
}
2929

3030
&:hover {
31+
opacity: 1 !important;
3132
svg rect {
3233
stroke: @color-black2;
3334
}

src/consts/sizing.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const MODE_OPTIONS = [
107107
value: ModeEnum.Standalone,
108108
},
109109
{
110-
label: 'Cluster',
110+
label: 'Distributed',
111111
value: ModeEnum.Cluster,
112112
},
113113
];

src/i18n/en/sizingTool.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Milvus Sizing Tool",
3-
"content": "Get a deployment config and estimate resource requirements for your Milvus setup.",
3+
"content": "A tool for estimating resource requirements and generating a configuration for your Milvus deployment.",
44
"tooltip": "<0>Note</0>: the config is our best estimation based on the experience but we suggest to test with your data and traffic pattern before launching to production.",
55
"form": {
66
"num": "Number of Vectors",

0 commit comments

Comments
 (0)