Skip to content

Commit

Permalink
update milvus archtecture picture
Browse files Browse the repository at this point in the history
Signed-off-by: shanghaikid <[email protected]>
  • Loading branch information
shanghaikid committed Dec 20, 2024
1 parent e698c0e commit efbd9a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export default function WhatIsMilvus() {
</div>
<div className={styles.imageWrapper}>
<img
src="/images/milvus-architecture-overview.png"
src="https://milvus.io/docs/v2.5.x/assets/highly-decoupled-architecture.png"
alt="Milvus Architecture Overview"
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/intro.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@
}

.imageWrapper {
background-color: #f5f8fb;
text-align: center;
margin-bottom: 30px;
padding: 8px 0;

@media @tablet, @phone {
padding: 0 15px;
Expand Down

0 comments on commit efbd9a4

Please sign in to comment.