Skip to content

Commit

Permalink
fix: adjusting jupiter detail page text
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-milkv committed Nov 5, 2024
1 parent 4d3aee9 commit cb32046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/jupiter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ export default () => {
<p className={styles.parametric_m}>2.0 TOPS</p>
<p className={styles.parametric_n}>AI computing power</p>
</li>
<li>
{/* <li>
<p className={styles.parametric_m}>
30%
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="37" viewBox="0 0 12 37" fill="none">
<path d="M6 0.5L0.226498 10.5L11.7735 10.5L6 0.5ZM5 9.5L5 36.5L7 36.5L7 9.5L5 9.5Z" fill="white" />
</svg>
</p>
<p className={styles.parametric_n}>Single Core Computing Power<br /> compared to ARM A55</p>
</li>
</li> */}
</ol>
</div>
<div className={styles.flex_column}>
Expand Down

0 comments on commit cb32046

Please sign in to comment.