Skip to content

Commit

Permalink
Fix components used on contributing page
Browse files Browse the repository at this point in the history
  • Loading branch information
owenniblock committed Apr 17, 2024
1 parent 889a106 commit 8c8e138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/src/components/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ const List = styled.ul`
`

export const UL = List
export const OL = styled(List).attrs({as: 'ol'})
export const OL = styled(List).attrs({as: 'ol'})``

export default List

0 comments on commit 8c8e138

Please sign in to comment.