From 94a708471f428f32fc093b7125d99c17e20fbb8e Mon Sep 17 00:00:00 2001 From: wiiznokes <78230769+wiiznokes@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:06:22 +0200 Subject: [PATCH] Patch some image links (#4) Co-authored-by: Eduardo Flores --- applets.ron | 2 +- applications.ron | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applets.ron b/applets.ron index 045c488..9188a34 100644 --- a/applets.ron +++ b/applets.ron @@ -16,7 +16,7 @@ Applets( name: "cosmic-clipboard-manager", description: "Clipboard manager for COSMIC", repo: "https://github.com/wiiznokes/cosmic-clipboard-manager", - image: "https://github.com/wiiznokes/cosmic-clipboard-manager/assets/78230769/db504da6-38d8-460e-afef-27ba5fa6101c" + image: "https://media.githubusercontent.com/media/wiiznokes/cosmic-clipboard-manager/master/resources/screenshots/main_popup.png" ), ] ) diff --git a/applications.ron b/applications.ron index a597cf0..67e4cff 100644 --- a/applications.ron +++ b/applications.ron @@ -10,7 +10,7 @@ Applications( name: "fan-control", description: "Control your fans with different behaviors.", repo: "https://github.com/wiiznokes/fan-control", - image: "https://github.com/wiiznokes/fan-control/assets/78230769/cdc30753-4186-47a1-ba49-11af3868380f" + image: "https://media.githubusercontent.com/media/wiiznokes/fan-control/master/resource/screenshots/app.png" ), ( name: "cosmic-wam",