Skip to content

Commit 20ea60c

Browse files
committed
fix: adjust sif logo alignment
1 parent 5eac60f commit 20ea60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)