Blob Blame History Raw
diff --git a/src/Plug.vala b/src/Plug.vala
index d42e922..09f56b7 100644
--- a/src/Plug.vala
+++ b/src/Plug.vala
@@ -140,7 +140,7 @@ public class About.Plug : Switchboard.Plug {
     // Wires up and configures initial UI
     private void setup_ui () {
         // Create the section about elementary OS
-        var logo = new Gtk.Image.from_icon_name ("distributor-logo", Gtk.icon_size_register ("LOGO", 128, 128));
+        var logo = new Gtk.Image.from_icon_name ("fedora-logo-icon", Gtk.icon_size_register ("LOGO", 128, 128));
         logo.pixel_size = 128;
         logo.hexpand = true;