Skip to content
Snippets Groups Projects
Commit 09a3849b authored by 민재 조's avatar 민재 조
Browse files

Merge branch 'enhanced-description' into 'main'

Hotfix: image

See merge request !40
parents c0c30506 80a0eaa5
No related branches found
No related tags found
1 merge request!40Hotfix: image
Pipeline #10823 passed
......@@ -12,7 +12,7 @@ const CombinationGrid = ({ combination }) => {
<div className="combination-grid">
{combination.map((combo, index) => (
<div key={index} className="combination-card">
<img src={combo.image_url} alt={combo.title} className="card-image" />
<img src={combo.image} alt={combo.title} className="card-image" />
<h2 className="card-title">
<div className="part-type">
{combo.partType}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment