From d7c7647ef1e48b91182a94795a7aa3cd0a35d0dc Mon Sep 17 00:00:00 2001 From: Baggi <39710037+0xbaggi@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:13:08 +0200 Subject: [PATCH] chore: change images URLs --- lib/utils/constants.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/utils/constants.dart b/lib/utils/constants.dart index fc8a9ec..d9ebbfd 100644 --- a/lib/utils/constants.dart +++ b/lib/utils/constants.dart @@ -5,9 +5,9 @@ import 'package:lg_space_visualizations/utils/orbit.dart'; String lgUrl = 'lg1:81'; /// Images url -String logosUrl = 'https://i.imghippo.com/files/UUb3O1722252489.png'; -String droneImageUrl = 'https://i.imghippo.com/files/aFyNQ1722252440.jpg'; -String roverImageUrl = 'https://i.imghippo.com/files/repop1722252628.png'; +String logosUrl = 'https://github.com/LiquidGalaxyLAB/LG-Space-Visualizations/blob/900f21b5406e6cc23772d91825216a2805f7289c/assets/images/lg_logos.png?raw=true'; +String droneImageUrl = 'https://github.com/LiquidGalaxyLAB/LG-Space-Visualizations/blob/900f21b5406e6cc23772d91825216a2805f7289c/assets/images/drone_wallpaper.png?raw=true'; +String roverImageUrl = 'https://github.com/LiquidGalaxyLAB/LG-Space-Visualizations/blob/900f21b5406e6cc23772d91825216a2805f7289c/assets/images/rover_wallpaper.png?raw=true'; /// Web url String missionOverviewUrl = 'https://mars.nasa.gov/mars2020/';