Skip to content

Commit

Permalink
Figure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen authored and jorgefilipecosta committed Sep 10, 2018
1 parent efdc070 commit 680c767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/pullquote/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const settings = {
const { value, citation } = attributes;

return (
<aside className={ className }>
<figure className={ className }>
<blockquote>
<RichText
multiline="p"
Expand Down Expand Up @@ -83,7 +83,7 @@ export const settings = {
/>
) }
</blockquote>
</aside>
</figure>
);
},

Expand Down

0 comments on commit 680c767

Please sign in to comment.