flagship icon indicating copy to clipboard operation
flagship copied to clipboard

fix: cli logo text

Open crherman7 opened this issue 8 months ago β€’ 0 comments

Describe your changes

The logo text is not centered below the logo.

Welcome to Flagshipβ„’ Code v13.0.0
     Configurable - Extensible - Toolkit

Created a function to pad left and right of the string equally based on a total length.

Type of change

  • [x] Bug fix (non-breaking change which fixes an issue)

Test Plan

  • yarn test
  • cd apps/example
  • yarn flagship-code prebuild --build internal --env prod
  • Verify centered text
          β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’
          β–’β–’                   β–’β–’β–’
          β–’β–’                 β–’β–’β–’
          β–’β–’               β–’β–’β–’
          β–’β–’             β–’β–’β–’
          β–’β–’           β–’β–’β–’
          β–’β–’         β–’β–’β–’
          β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’
          β–’β–’     β–’β–’β–’           β–’β–’β–’
          β–’β–’   β–’β–’β–’           β–’β–’β–’
          β–’β–’ β–’β–’β–’           β–’β–’β–’
          β–’β–’β–’β–’           β–’β–’β–’
          β–’β–’           β–’β–’β–’
          β–’β–’         β–’β–’β–’
          β–’β–’       β–’β–’β–’
          β–’β–’     β–’β–’β–’
          β–’β–’   β–’β–’β–’
          β–’β–’ β–’β–’β–’
          β–’β–’β–’β–’


   Welcome to Flagshipβ„’ Code v13.0.0    
  Configurable - Extensible - Toolkit 

Checklist before requesting a review

  • [x] A self-review of my code has been completed
  • [x] Tests have been added / updated if required
  • [x] Documentation has been updated to reflect these changes

crherman7 avatar Jun 27 '24 18:06 crherman7