Skip to content

Commit

Permalink
Fix naming error
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Niblock authored and Owen Niblock committed Apr 17, 2024
1 parent 7e808bc commit 03fa895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/src/components/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const List = styled.ul`
}
`

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

export default List

0 comments on commit 03fa895

Please sign in to comment.