[fractal/bilelmoussaoui-main-patch-92300] docs: fix the logo link & add favicon




commit 241055546ae93a0d548e2d4179a051a15bee366d
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Thu Mar 31 08:05:52 2022 +0000

    docs: fix the logo link & add favicon

 src/main.rs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/main.rs b/src/main.rs
index 9ff5886e1..6118c8abd 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,5 +1,6 @@
 #![doc(
-    html_logo_url = 
"https://gitlab.gnome.org/GNOME/fractal/-/raw/fractal-next/data/icons/org.gnome.Fractal.svg?inline=false";
+    html_logo_url = 
"https://gitlab.gnome.org/GNOME/fractal/-/raw/main/data/icons/org.gnome.Fractal.svg?inline=false";,
+    html_favicon_url = 
"https://gitlab.gnome.org/GNOME/fractal/-/raw/main/data/icons/org.gnome.Fractal-symbolic.svg?inline=false";
 )]
 
 mod application;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]