Commit 95d3769 1 parent 46ca282 commit 95d3769 Copy full SHA for 95d3769
File tree 1 file changed +3
-3
lines changed
components/Content/Planets/Base
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ export default function IndividualBasePlanet({ id }: { id: string }) {
201
201
) }
202
202
{ index === 1 && (
203
203
< img
204
- src = "https://github. com/Signal-K/client/blob/FCDB-21/ public/assets/Inventory/Items/AeroCameraLevel1NoBg.png?raw=true "
204
+ src = "https://raw.githubusercontent. com/Signal-K/client/main/ public/assets/Inventory/Items/AeroCameraLevel1NoBg.png"
205
205
alt = "Telescope Icon"
206
206
className = "w-12 h-12 absolute top-8 right-4 transform -translate-x-1/2 -translate-y-1/2"
207
207
/>
@@ -408,7 +408,7 @@ export function IndividualBasePlanetDesktop({ id }: { id: string }) {
408
408
</ h1 >
409
409
< div className = "w-[1169.62px] h-[735.77px] left-[415px] top-[343px] absolute" >
410
410
< div className = "w-[608px] h-[576px] left-[405px] top-[108px] absolute justify-center items-center inline-flex" />
411
- < img className = "w-[147.59px] h-[150.77px] left-0 top-[285px] absolute" src = "https://github.com/Signal-K/client/blob/FCDB-21 /public/assets/Inventory/Items/AeroCameraLevel1NoBg.png?raw=true" />
411
+ < img className = "w-[147.59px] h-[150.77px] left-0 top-[285px] absolute" src = "https://github.com/Signal-K/client/blob/main /public/assets/Inventory/Items/AeroCameraLevel1NoBg.png?raw=true" />
412
412
< img className = "w-[150px] h-[150px] left-[927px] top-[229.63px] absolute origin-top-left rotate-[-86.76deg]" src = "https://qwbufbmxkjfaikoloudl.supabase.co/storage/v1/object/public/planets/69/Kepler22.png" />
413
413
</ div >
414
414
< img
@@ -648,7 +648,7 @@ export function IndividualBasePlanetDesktopTwoPanel({ id }: { id: string }) {
648
648
) }
649
649
{ index === 1 && (
650
650
< img
651
- src = "https://github.com/Signal-K/client/blob/FCDB-21 /public/assets/Inventory/Items/AeroCameraLevel1NoBg.png?raw=true"
651
+ src = "https://github.com/Signal-K/client/blob/main /public/assets/Inventory/Items/AeroCameraLevel1NoBg.png?raw=true"
652
652
alt = "Telescope Icon"
653
653
className = "w-12 h-12 absolute bottom-14 right-4 transform -translate-x-1/2 -translate-y-1/2"
654
654
/>
You can’t perform that action at this time.
0 commit comments