File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
packages/ui-byline/src/Byline Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,11 @@ class Byline extends Component<BylineProps> {
8282 { ...passthroughProps }
8383 elementRef = { this . handleRef }
8484 css = { this . props . styles ?. byline }
85- as = "figure"
8685 margin = { this . props . margin }
8786 maxWidth = { this . props . styles ?. maxWidth }
8887 >
8988 < div css = { this . props . styles ?. figure } > { this . props . children } </ div >
90- < figcaption css = { this . props . styles ?. caption } >
89+ < div css = { this . props . styles ?. caption } >
9190 { this . props . title && (
9291 < span css = { this . props . styles ?. title } > { this . props . title } </ span >
9392 ) }
@@ -96,7 +95,7 @@ class Byline extends Component<BylineProps> {
9695 { this . props . description }
9796 </ div >
9897 ) }
99- </ figcaption >
98+ </ div >
10099 </ View >
101100 )
102101 }
You can’t perform that action at this time.
0 commit comments