[polari/wip/fmuellner/fix-logo] docs: Fix the broken logo in README



commit 8268186c7735da143c582f75459647f847a198f9
Author: Shubhesh Dwivedi <frostcover gmail com>
Date:   Fri Mar 15 22:12:14 2019 +0530

    docs: Fix the broken logo in README
    
    Commit ebed63a8 changed the icon, but missed the reference in the
    documentation. It looks like gitlab doesn't support SVG natively,
    so add an appropriately sized png and point the documentation to
    it.
    
    https://gitlab.gnome.org/GNOME/polari/merge_requests/110

 README.md |   2 +-
 logo.png  | Bin 0 -> 1480 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/README.md b/README.md
index 99c735f..34619a2 100644
--- a/README.md
+++ b/README.md
@@ -25,4 +25,4 @@ issue to the GNOME [bug tracking system][bug-tracker].
 [build-instructions]: https://wiki.gnome.org/Newcomers/BuildProject
 [irc-channel]: irc://irc.gnome.org/%23polari
 [bug-tracker]: https://gitlab.gnome.org/GNOME/polari/issues
-[polari-logo]: data/icons/hicolor/48x48/apps/org.gnome.Polari.png
+[polari-logo]: logo.png
diff --git a/logo.png b/logo.png
new file mode 100644
index 0000000..eb68f8c
Binary files /dev/null and b/logo.png differ


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