diff --git a/src/pages/index.js b/src/pages/index.js index 47168df..3e0be30 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -44,6 +44,15 @@ const features = [ ), }, + { + title: 'Huawei COSI Driver', + repoURL: 'https://github.com/Huawei/cosi', + description: ( + <> + Official COSI driver for Huawei Object Storage. + + ), + }, ]; function Feature({ repoURL, title, description }) {