Skip to content

Commit

Permalink
fix: Cluster 08 Details Page
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-milkv committed Feb 18, 2025
1 parent 45b7d00 commit 9add40b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/cluster-08/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ export default () => {
<p className={styles.c_info}>32G bandwidth Layer 2 Ethernet switch chip</p>
</div>
</div>
{/* <div className={clsx(styles.flex_item, styles.supports)}>
<div className={clsx(styles.flex_item, styles.supports)}>
<div>
<div className={styles.contexts3}>
<p className={clsx(styles.c_title2, styles.c_title2_top)}>Milk-V BMC 08</p>
<p className={styles.c_info}>RISC-V Powered BMC
</p>
</div>
<div className={styles.support_ul}>
{/* <div className={styles.support_ul}>
<p className={styles.support_title}>Support KVM Function
</p>
<ul>
<li>Remote desktop access</li>
<li>Simulates keyboard and mouse</li>
</ul>
</div>
</div> */}
</div>
<div>
<div className={styles.support_ul}>
Expand All @@ -65,7 +65,7 @@ export default () => {
</ul>
</div>
</div>
</div> */}
</div>
<div className={clsx(styles.banner_module, styles.contexts4)}>
<p className={clsx(styles.c_title2, styles.c_title2_top)}>RISC-V Computing Nodes</p>
<div className={styles.position_box}>
Expand Down

0 comments on commit 9add40b

Please sign in to comment.