Skip to content

Commit

Permalink
feat: add spacing to logo output for improved readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Zhang committed Feb 11, 2025
1 parent 06eb540 commit 5183594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/utils/logo.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ func PrintLogoWithWelcomeInfo() {

func printLogo() {
figure.NewColorFigure("Crawlab", "slant", "blue", true).Print()
fmt.Println()
fmt.Println("Welcome to use Crawlab: the ultimate distributed web crawling platform for efficient, scalable data extraction.")
fmt.Println()
}
Expand Down

0 comments on commit 5183594

Please sign in to comment.