FMX commented on code in PR #49: URL: https://github.com/apache/celeborn-website/pull/49#discussion_r1577359007
########## docs/user.md: ########## @@ -48,5 +48,6 @@ Are you using this project? [Add your company](https://github.com/apache/celebor <img src="../assets/logo/users/xiaohongshu.png" width="200"> <img src="../assets/logo/users/shopee.png" width="200"> <img src="../assets/logo/users/bilibili.jpg" width="200"> + <img src="../assets/logo/users/zhihu.png" width="200"> Review Comment: I think you can change this code like the following. Place 4 logos in a row. ```html <div class="row"> <div class="column"> <img src="../assets/logo/users/aliyun.png" width="200"> <img src="../assets/logo/users/xiaohongshu.png" width="200"> <img src="../assets/logo/users/shopee.png" width="200"> <img src="../assets/logo/users/bilibili.jpg" width="200"> </div> </div> <div class="row"> <div class="column"> <img src="../assets/logo/users/zhihu.png" width="200"> </div> </div> ``` -- 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]
