barunsaha commited on
Commit
085f587
1 Parent(s): eda1694

Fix photo link text

Browse files
Files changed (1) hide show
  1. helpers/pptx_helper.py +1 -1
helpers/pptx_helper.py CHANGED
@@ -411,7 +411,7 @@ def _handle_display_image__in_background(
411
  slide=slide,
412
  slide_width_inch=slide_width_inch,
413
  slide_height_inch=slide_height_inch,
414
- text='Photos provided by Pexels',
415
  hyperlink=page_url
416
  )
417
 
 
411
  slide=slide,
412
  slide_width_inch=slide_width_inch,
413
  slide_height_inch=slide_height_inch,
414
+ text='Photo provided by Pexels',
415
  hyperlink=page_url
416
  )
417