Skip to content

Commit b3085ee

Browse files
Update src/compounds/RequestItem/RequestItem.jsx
Co-authored-by: Alisha Evans <[email protected]>
1 parent 2cbede0 commit b3085ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compounds/RequestItem/RequestItem.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const RequestItem = React.forwardRef(({ createdAt, description, href, img, index
1212

1313
return (
1414
<article
15-
className={`request-item p-3 d-flex flex-column flex-md-row justify-content-between gap-3 bg-light
15+
className={`request-item p-3 d-flex flex-column flex-md-row justify-content-between gap-3 bg-light
1616
${index % 2 === 0 ? ' bg-light' : ' bg-light-2'}`}
1717
>
1818
<div className='d-flex flex-column flex-sm-row gap-3 request-item-details'>

0 commit comments

Comments
 (0)