Skip to content

Commit 442c4f3

Browse files
author
Alexander Janet
committed
fix(Code): changed defaultProps from a tag to code tag.
1 parent 46fd340 commit 442c4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Code/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import omit from 'lodash.omit';
1010
import { borderRadius } from '@bootstrap-styled/css-mixins/lib/border-radius';
1111

1212
export const defaultProps = {
13-
tag: 'a',
13+
tag: 'code',
1414
theme: {
1515
'$code-font-size': '90%',
1616
'$code-padding-x': '.4rem',

0 commit comments

Comments
 (0)