File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ export default function ProductsSection({ className }: ProductsSectionProps) {
191191 { /* Product Detail Modal */ }
192192 < DialogContent
193193 className = "max-w-5xl max-h-[90vh] overflow-y-auto"
194- aria-describedby = " product-description"
194+ aria-describedby = { ` product-description- ${ product . id } ` }
195195 >
196196 < DialogHeader >
197197 < div className = "flex items-center gap-3" >
@@ -221,7 +221,7 @@ export default function ProductsSection({ className }: ProductsSectionProps) {
221221 </ div >
222222
223223 { /* Description */ }
224- < div className = "space-y-3" id = " product-description" >
224+ < div className = "space-y-3" id = { ` product-description- ${ product . id } ` } >
225225 < h4 className = "text-lg font-semibold" > About { product . name } </ h4 >
226226 < div className = "text-muted-foreground whitespace-pre-line leading-relaxed" >
227227 { product . fullDescription }
You can’t perform that action at this time.
0 commit comments