Skip to content

Commit 7968e72

Browse files
committed
fix: home page image fix
1 parent 0ccfbce commit 7968e72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ui/src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function App() {
7272
<Box sx={{ alignItems: 'left', flexDirection: 'column', height: 20, fontSize: 10, justifyContent: 'center'}}>
7373
<Typography variant="body2" color={(theme) => theme.palette.text.primary} sx={{ my: 2, mr: 6 }}>
7474
<span style={{marginRight: 10}}></span>
75-
NebulaGraph for Docker Desktop Extension 0.4.6, NebulaGraph: v3.4.0, NebulaGraph Studio: v3.6.0
75+
NebulaGraph for Docker Desktop Extension 0.4.7, NebulaGraph: v3.4.0, NebulaGraph Studio: v3.6.0
7676
</Typography>
7777
</Box>
7878

ui/src/components/TabPanel/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ function homePage() {
179179
<Typography variant="h6" gutterBottom>
180180
Architecture:
181181
</Typography>
182-
<img src="https://camo.githubusercontent.com/3cfabc21c71f25eda8c748e0dfb9f2faba385664edcfb491f99ebfa24c3ca362/68747470733a2f2f646f63732d63646e2e6e6562756c612d67726170682e636f6d2e636e2f666967757265732f6e6562756c612d67726170682d6172636869746563747572655f332e706e67" alt="NebulaGraph Architecture" />
182+
<img src="https://github.com/nebula-contrib/nebulagraph-docker-ext/assets/1651790/95933bf9-3ef3-4db1-969f-fb202d9d4c30" alt="NebulaGraph Architecture" />
183183
</Box>
184184
</Grid>
185185
<Grid item xs={12}>
@@ -392,7 +392,7 @@ export default function NebulaGraphTabs() {
392392
setNgaiIsDeploying(false);
393393
};
394394

395-
// Deploy NebulaGraph ngai Playground in Spark Mode
395+
// Deploy NebulaGraph ngai Playground in NetworkX Mode
396396
// 0.1 run docker exec nebulagraph_webshell mkdir -p /host_data/ngai
397397
// 0.2 run docker exec nebulagraph_webshell mkdir -p /host_data/download
398398
// 0.3 run docker exec nebulagraph_webshell mkdir -p /host_data/udf

0 commit comments

Comments
 (0)