This commit is contained in:
2024-05-07 21:53:49 -04:00
parent f3d8ec0cc4
commit 4cea1b0832
4 changed files with 110 additions and 25 deletions

View File

@ -33,13 +33,21 @@ class cable {
<img className="browse-cable-image" src={this.image} alt="Cable" />
<div className="browse-cable-label">
<div className="browse-cable-name">{this.name}</div>
<div className="browse-cable-description">
<span style={{ color: "#007cbe" }}></span>
{this.description}
</div>
<div className="browse-cable-brand">
<span style={{ color: "#007cbe" }}>Brand: </span>
<span style={{ color: "black", backgroundColor: "transparent" }}>
Brand:{" "}
</span>
{this.brand}
</div>
<div className="browse-cable-description">
<span style={{ color: "#007cbe" }}>About: </span>
{this.description}
<div className="browse-cable-position">
<span style={{ color: "black", backgroundColor: "transparent" }}>
Position:{" "}
</span>
{this.position}
</div>
</div>
<span className="browse-cable-arrow">{">"}</span>