diff --git a/common/utils/consoleAdvertisement.ts b/common/utils/consoleAdvertisement.ts
index 66701f34..663ef230 100644
--- a/common/utils/consoleAdvertisement.ts
+++ b/common/utils/consoleAdvertisement.ts
@@ -3,31 +3,31 @@
 export default function consoleAdvertisement() {
   console.log(
     `%c
-┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
-┃                                                                                                ┃
-┃               ,:;;;;;;;;;;;,                                                                   ┃
-┃            ;;;;;;;;;;;;;;;;;;;;;                                                               ┃
-┃         ;;;;;;;;;;;;;;;;;;;;;;;;;;,                                                            ┃
-┃       ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.                                                          ┃
-┃      ;;;;;;;;;;'';;;;;;;;;'';;;;;;;;;;                                                         ┃
-┃    .;;;;;;;;:      ;;;;;      :;;;;;;;;                                                        ┃
-┃    ;;;;;;;:          '          ;;;;;;;;             _       _         _    _     _            ┃
-┃   ;;;;;;;     ;;;;       ;;;;     ;;;;;;:           | |     (_)       | |  | |   | |           ┃
-┃  ';;;;;;;   ;;;;;;;;   ;;;;;;;;   ;;;;;;;           | | ___  _ _ __   | |  | |___| |           ┃
-┃  :;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;       _   | |/ _ \\| | '_ \\  | |  | / __| |           ┃
-┃  ,;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;      | |__| | (_) | | | | | | |__| \\__ \\_|           ┃
-┃   ;;;;;;;;;;;;   ;;;;;;;;;   ;;;;;;;;;;;;       \\____/ \\___/|_|_| |_|  \\____/|___(_)           ┃
-┃   ;;;;;;;;;;;;     ;;;;;     ;;;;;;;;;;;,                                                      ┃
-┃    ;;;;;;;;;;;;:           :;;;;;;;;;;;;           https://about.mycrypto.com/jobs             ┃
-┃     ;;;;;;;;;;;;;:       :;;;;;;;;;;;;;                                                        ┃
-┃      ;;;;;;;;;;;;;;:   :;;;;;;;;;;;;;;                                                         ┃
-┃       ';;;;;;;;;;;;;;;;;;;;;;;;;;;;;                                                           ┃
-┃         ';;;;;;;;;;;;;;;;;;;;;;;;;                                                             ┃
-┃            ';;;;;;;;;;;;;;;;;;;'                                                               ┃
-┃                 :;;;;;;;;;:                                                                    ┃
-┃                                                                                                ┃
-┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
+┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
+┃                                                                                         ┃
+┃                       ;;;;;;;;;;;;;;;;                                                  ┃
+┃                    .;;;;;;;;;;;;;;;;;;;                                                 ┃
+┃                 ;;;;;;;;;;;;;;;;;;;;;;;;                                                ┃
+┃                ;;;;;;;;;;;;;;;;;;;;;;;;;;                                               ┃
+┃               ;;;;;;;;;;;;;;;;;;;;;;;;;;;                                               ┃
+┃              ;;;;;;;;;;;;;;;;;;;;;;;;;;;;                                               ┃
+┃             ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;            _       _         _    _     _     ┃
+┃            ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;            | |     (_)       | |  | |   | |    ┃
+┃            ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;            | | ___  _ _ __   | |  | |___| |    ┃
+┃            ;;;;;;;;;;;;;;;;;;;;;;;;;;:         _   | |/ _ \\| | '_ \\  | |  | / __| |   ┃
+┃            ;;;;;;;;;;;;;;;;;;;;;;;;           | |__| | (_) | | | | | | |__| \\__ \\_|   ┃
+┃                                                 \\____/ \\___/|_|_| |_|  \\____/|___(_) ┃
+┃                                                                                         ┃
+┃         ;;;;;;;;;;;;;;;;;:;;;;;;               https://status.im/open-positions.html    ┃
+┃      ;;;;;;;;;;;;;;;;;;;;;;;;;;;                                                        ┃
+┃    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;                                                        ┃
+┃   ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;                                                        ┃
+┃   ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;                                                         ┃
+┃   ;;;;;;;;;;;;;;;;;;;;;;;;;;;;                                                          ┃
+┃   ;;;;;;;;;;;;;;;;;;;;;;;;;;;                                                           ┃
+┃   ;;;;;;;;;;;;;;;;;;;;;;;;;;                                                            ┃
+┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
 `,
-    'background: #163151; color: #FFF;'
+      'background: #4957B8; color: #FFF;'
   );
 }