You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "PragmaTwice (via GitHub)" <gi...@apache.org> on 2023/04/06 12:59:24 UTC

[GitHub] [incubator-kvrocks-website] PragmaTwice commented on a diff in pull request #79: Make the homepage mobile-friendly

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


##########
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';

Review Comment:
   Seems we can have a more concrete name for `feature0` like other images.



-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org