PragmaTwice commented on code in PR #79:
URL: 
https://github.com/apache/incubator-kvrocks-website/pull/79#discussion_r1159766240


##########
src/components/HomepageFeatures/index.tsx:
##########
@@ -1,11 +1,11 @@
 import React from 'react';
 import clsx from 'clsx';
 import styles from './styles.module.css';
-import feature0 from '/img/feature-0.png';
-import feature1 from '/img/feature-1.png';
-import feature2 from '/img/feature-2.png';
-import feature3 from '/img/feature-3.png';
-import feature4 from '/img/feature-4.png';
+import feature0 from '../../../static/img/feature-0.png';
+import namespace from '../../../static/img/namespace.png';
+import replication from '../../../static/img/replication.png';
+import highAvailable from '../../../static/img/high-available.png';
+import cluster from '../../../static/img/cluster.png'

Review Comment:
   We need to delete the old image files here, `feature-1`, ..., `feature-4`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to