Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Commit eea94eb

Browse files
committed
Replace github icon
Use officially distributed logos instead of third-party icon.
1 parent f3a75d1 commit eea94eb

4 files changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Salam take many inspirations from these wonderful projects:
2929
- `salam.png` is provided by <a href="https://www.flaticon.com/free-icons/hello" title="hello icons">Hello icons created by Vitaly Gorbachev - Flaticon</a>.
3030
- `continue.png` is provided by <a href="https://www.flaticon.com/free-icons/play-button" title="play button icons">Play button icons created by Pixel perfect - Flaticon</a>
3131
- `install.png` is provided by <a href="https://www.flaticon.com/free-icons/download" title="download icons">Download icons created by Pixel perfect - Flaticon</a>
32-
- `github.png` is provided by <a href="https://www.flaticon.com/free-icons/github" title="github icons">Github icons created by Pixel perfect - Flaticon</a>
3332
- `web.png` is provided by <a href="https://www.flaticon.com/free-icons/www" title="www icons">Www icons created by Pixel perfect - Flaticon</a>
3433
- `docs.png` is provided by <a href="https://www.flaticon.com/free-icons/user-guide" title="user guide icons">User guide icons created by Prosymbols Premium - Flaticon</a>
3534
- `update.png` is provided by <a href="https://www.flaticon.com/free-icons/refresh" title="refresh icons">Refresh icons created by Freepik - Flaticon</a>

ui/assets/github.png

-1.45 KB
Binary file not shown.

ui/assets/github.svg

Lines changed: 14 additions & 0 deletions
Loading

ui/components/images.slint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
export global Images {
66
in property <image> logo: @image-url("../assets/logo.svg");
77
in property <image> mastodon: @image-url("../assets/mastodon.svg");
8-
in property <image> github: @image-url("../assets/github.png");
8+
in property <image> github: @image-url("../assets/github.svg");
99
in property <image> matrix: @image-url("../assets/matrix.png");
1010
in property <image> web: @image-url("../assets/web.png");
1111
in property <image> forum: @image-url("../assets/forum.png");

0 commit comments

Comments
 (0)