flagship
flagship copied to clipboard
fix: cli logo text
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