diff --git a/r5dev/core/r5dev.h b/r5dev/core/r5dev.h
index fb9b4eda..1f77ffcb 100644
--- a/r5dev/core/r5dev.h
+++ b/r5dev/core/r5dev.h
@@ -12,10 +12,10 @@ __declspec(dllexport) void DummyExport()
 const std::string R5R_EMBLEM[] =
 {
     R"(+-------------------------------------------------------------+)",
-    R"(|  ___ ___ ___     _              _        _       ___   __   |)",
-    R"(| | _ \ __| _ \___| |___  __ _ __| |___ __| | __ _|_  ) /  \  |)",
-    R"(| |   /__ \   / -_) / _ \/ _` / _` / -_) _` | \ V // / | () | |)",
-    R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_|  \_//___(_)__/  |)",
+    R"(|   ___ ___ ___     _              _        _       ___   _   |)",
+    R"(|  | _ \ __| _ \___| |___  __ _ __| |___ __| | __ _|_  ) / |  |)",
+    R"(|  |   /__ \   / -_) / _ \/ _` / _` / -_) _` | \ V // / _| |  |)",
+    R"(|  |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_|  \_//___(_)_|  |)",
     R"(|                                                             |)",
     R"(+-------------------------------------------------------------+)"
 };