Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit c840525

Browse files
committed
feat(features/cards): make card article
1 parent 4ebd6d4 commit c840525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/cards/organisms/card-item.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ CardDeleteModalButton.propTypes = {
172172
}).isRequired,
173173
}
174174

175-
const CardBox = styled.div`
175+
const CardBox = styled.article`
176176
box-sizing: border-box;
177177
overflow-y: hidden;
178178
padding: 2rem;

0 commit comments

Comments
 (0)