Commit a0c4feda4ce9dcfd21210cdd91b4c99d78969dad

Thomas de Grivel 2022-01-25T12:34:22

admin favicon logo orange

diff --git a/lib/kmxgit_web/templates/layout/admin.html.heex b/lib/kmxgit_web/templates/layout/admin.html.heex
index 8313ef4..841d1a6 100644
--- a/lib/kmxgit_web/templates/layout/admin.html.heex
+++ b/lib/kmxgit_web/templates/layout/admin.html.heex
@@ -12,10 +12,10 @@
     <% end %>
     <link phx-track-static rel="stylesheet" href={Routes.static_path(@conn, "/_assets/app.css")}/>
     <script defer phx-track-static type="text/javascript" src={Routes.static_path(@conn, "/_assets/app.js")}></script>
-    <link rel="icon" type="image/png" sizes="128x128" href="/_images/git-orange.128.png">
-    <link rel="icon" type="image/png" sizes="64x64" href="/_images/git-orange.64.png">
-    <link rel="icon" type="image/png" sizes="32x32" href="/_images/git-orange.32.png">
-    <link rel="icon" type="image/png" sizes="16x16" href="/_images/git-orange.16.png">
+    <link rel="icon" type="image/png" sizes="128x128" href="/_images/kmxgit.logo.orange.128.png">
+    <link rel="icon" type="image/png" sizes="64x64" href="/_images/kmxgit.logo.orange.64.png">
+    <link rel="icon" type="image/png" sizes="32x32" href="/_images/kmxgit.logo.orange.32.png">
+    <link rel="icon" type="image/png" sizes="16x16" href="/_images/kmxgit.logo.orange.16.png">
   </head>
   <body>
     <%= render "admin_nav.html", assigns %>
diff --git a/priv/static/_images/kmxgit.logo.orange.128.png b/priv/static/_images/kmxgit.logo.orange.128.png
new file mode 100644
index 0000000..5c1aaac
Binary files /dev/null and b/priv/static/_images/kmxgit.logo.orange.128.png differ
diff --git a/priv/static/_images/kmxgit.logo.orange.32.png b/priv/static/_images/kmxgit.logo.orange.32.png
new file mode 100644
index 0000000..d1cd356
Binary files /dev/null and b/priv/static/_images/kmxgit.logo.orange.32.png differ
diff --git a/priv/static/_images/kmxgit.logo.orange.48.png b/priv/static/_images/kmxgit.logo.orange.48.png
new file mode 100644
index 0000000..3d11f5a
Binary files /dev/null and b/priv/static/_images/kmxgit.logo.orange.48.png differ
diff --git a/priv/static/_images/kmxgit.logo.orange.64.png b/priv/static/_images/kmxgit.logo.orange.64.png
new file mode 100644
index 0000000..5a1ded8
Binary files /dev/null and b/priv/static/_images/kmxgit.logo.orange.64.png differ