Skip to content

Commit 95d3769

Browse files
committed
🐠🧼 ↝ Making some image/asset changes while doing a comprehensive review of progress & backend structure
1 parent 46ca282 commit 95d3769

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/Content/Planets/Base/IndividualBasePlanet.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export default function IndividualBasePlanet({ id }: { id: string }) {
201201
)}
202202
{index === 1 && (
203203
<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"
205205
alt="Telescope Icon"
206206
className="w-12 h-12 absolute top-8 right-4 transform -translate-x-1/2 -translate-y-1/2"
207207
/>
@@ -408,7 +408,7 @@ export function IndividualBasePlanetDesktop({ id }: { id: string }) {
408408
</h1>
409409
<div className="w-[1169.62px] h-[735.77px] left-[415px] top-[343px] absolute">
410410
<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" />
412412
<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" />
413413
</div>
414414
<img
@@ -648,7 +648,7 @@ export function IndividualBasePlanetDesktopTwoPanel({ id }: { id: string }) {
648648
)}
649649
{index === 1 && (
650650
<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"
652652
alt="Telescope Icon"
653653
className="w-12 h-12 absolute bottom-14 right-4 transform -translate-x-1/2 -translate-y-1/2"
654654
/>

0 commit comments

Comments
 (0)