Skip to content

Commit 3735534

Browse files
committed
fix: adjust sif logo alignment
1 parent 78a385d commit 3735534

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sif.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func New(settings *config.Settings) (*App, error) {
5858
app := &App{settings: settings}
5959

6060
if !settings.ApiMode {
61-
fmt.Println(styles.Box.Render(" █▀ █ █▀▀\n ▄█ █ █▀ "))
61+
fmt.Println(styles.Box.Render(" █▀ █ █▀▀\n ▄█ █ █▀ "))
6262
fmt.Println(styles.Subheading.Render("\nblazing-fast pentesting suite\nman's best friend\n\nbsd 3-clause · (c) 2022-2025 vmfunc, xyzeva & contributors\n"))
6363
}
6464

0 commit comments

Comments
 (0)