File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ protected function render(): void
2626 $ quoteXOffset = $ this ->horizontalPadding + 100 ;
2727
2828 // Add opening quotation mark styling to the quote
29- $ formattedQuote = '" ' . $ this ->quote . '" ' ;
29+ $ formattedQuote = '" ' . $ this ->quote . '" ' ;
3030
3131 // Render the quote centered vertically
3232 $ quoteBox = TextBox::make ($ this , $ formattedQuote )
@@ -41,7 +41,7 @@ protected function render(): void
4141
4242 // Render the attribution below the quote if provided
4343 if (! empty ($ this ->attribution )) {
44- TextBox::make ($ this , '— ' . $ this ->attribution )
44+ TextBox::make ($ this , '— ' . $ this ->attribution )
4545 ->size (20 )
4646 ->width ($ quoteWidth )
4747 ->position ($ quoteXOffset , ($ this ->presentation ->height / 2 ) + 50 )
Original file line number Diff line number Diff line change 88use BernskioldMedia \LaravelPpt \Concerns \Slides \WithSlideTitle ;
99use BernskioldMedia \LaravelPpt \Contracts \DynamicallyCreatable ;
1010use BernskioldMedia \LaravelPpt \Presentation \BaseSlide ;
11- use PhpOffice \PhpPresentation \Style \Alignment ;
1211use PhpOffice \PhpPresentation \Style \Color ;
1312
1413/**
You can’t perform that action at this time.
0 commit comments