Skip to content

Commit

Permalink
- update align to textAlign on the CoreQuoteBlockFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Sep 12, 2024
1 parent 9c7630b commit 7acabc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/blocks/src/blocks/CoreQuote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { getStyles } from '../utils/index.js';

export type CoreQuoteFragmentProps = ContentBlock & {
attributes?: {
align?: string;
textAlign?: string;
anchor?: string;
backgroundColor?: string;
citation?: string;
Expand Down Expand Up @@ -52,7 +52,7 @@ CoreQuote.fragments = {
entry: gql`
fragment CoreQuoteBlockFragment on CoreQuote {
attributes {
align
textAlign
anchor
backgroundColor
citation
Expand Down

0 comments on commit 7acabc8

Please sign in to comment.