diff --git a/src/panda_qt/about_window.cpp b/src/panda_qt/about_window.cpp
index 6f799c23..67767198 100644
--- a/src/panda_qt/about_window.cpp
+++ b/src/panda_qt/about_window.cpp
@@ -39,7 +39,8 @@ AboutWindow::AboutWindow(QWidget* parent) : QDialog(parent) {
"- marysaka
"
"- Sky
"
"- merryhime
"
- "- TGP17
")
+ "- TGP17
"
+ "- Shadow
")
);
QLabel* textLabel = new QLabel(text);