Skip to content

Commit cd5fc3e

Browse files
committed
πŸ’›πŸ’Ά ↝ Testing out layout and assets for two structs for now [ SGV2-3 ]
1 parent 292d282 commit cd5fc3e

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

β€Žcomponents/Content/Planets/PlanetData/topographic-map.tsx

+17-17
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function TopographicMap() {
2424
`}
2525
</style>
2626
<div className="relative text-white h-screen w-full overflow-hidden">
27-
<img
27+
{/* <img
2828
alt="Planet Mycelium"
2929
className="object-cover h-full w-full"
3030
height="1080"
@@ -34,10 +34,10 @@ export function TopographicMap() {
3434
objectFit: "cover",
3535
}}
3636
width="1920"
37-
/>
37+
/> */}
3838
<div className="absolute inset-0 grid grid-cols-3 grid-rows-3 gap-4 p-8">
3939
<button className="justify-self-start self-start">
40-
<img
40+
{/* <img
4141
alt="Structure 1"
4242
className="w-12 h-12"
4343
height="50"
@@ -47,14 +47,14 @@ export function TopographicMap() {
4747
objectFit: "cover",
4848
}}
4949
width="50"
50-
/>
50+
/> */}
5151
</button>
5252
<button className="justify-self-center self-start">
5353
<img
5454
alt="Structure 2"
55-
className="w-12 h-12"
55+
className="w-24 h-24"
5656
height="50"
57-
src="https://qwbufbmxkjfaikoloudl.supabase.co/storage/v1/object/public/planets/71/TOI%20700.png"
57+
src="/assets/Inventory/Structures/Telescope2.png"
5858
style={{
5959
aspectRatio: "50/50",
6060
objectFit: "cover",
@@ -63,7 +63,7 @@ export function TopographicMap() {
6363
/>
6464
</button>
6565
<button className="justify-self-end self-start">
66-
<img
66+
{/* <img
6767
alt="Structure 3"
6868
className="w-12 h-12"
6969
height="50"
@@ -73,7 +73,7 @@ export function TopographicMap() {
7373
objectFit: "cover",
7474
}}
7575
width="50"
76-
/>
76+
/> */}
7777
</button>
7878
<button className="justify-self-start self-center">
7979
<img
@@ -102,7 +102,7 @@ export function TopographicMap() {
102102
/>
103103
</button>
104104
<button className="justify-self-end self-center">
105-
<img
105+
{/* <img
106106
alt="Structure 6"
107107
className="w-12 h-12"
108108
height="50"
@@ -112,10 +112,10 @@ export function TopographicMap() {
112112
objectFit: "cover",
113113
}}
114114
width="50"
115-
/>
115+
/> */}
116116
</button>
117117
<button className="justify-self-start self-end">
118-
<img
118+
{/* <img
119119
alt="Structure 7"
120120
className="w-12 h-12"
121121
height="50"
@@ -125,10 +125,10 @@ export function TopographicMap() {
125125
objectFit: "cover",
126126
}}
127127
width="50"
128-
/>
128+
/> */}
129129
</button>
130130
<button className="justify-self-center self-end">
131-
<img
131+
{/* <img
132132
alt="Structure 8"
133133
className="w-12 h-12"
134134
height="50"
@@ -137,11 +137,11 @@ export function TopographicMap() {
137137
aspectRatio: "50/50",
138138
objectFit: "cover",
139139
}}
140-
width="50"
141-
/>
140+
width="50"
141+
/> */}
142142
</button>
143143
<button className="justify-self-end self-end">
144-
<img
144+
{/* <img
145145
alt="Structure 9"
146146
className="w-12 h-12"
147147
height="50"
@@ -151,7 +151,7 @@ export function TopographicMap() {
151151
objectFit: "cover",
152152
}}
153153
width="50"
154-
/>
154+
/> */}
155155
</button>
156156
{/* <div className="h-screen flex flex-col items-center justify-center relative">
157157
<h1 className="text-center text-slate-300 text-opacity-100 font-['Inter'] tracking-[3.48px] mt-2 mb-4 text-4xl font-extrabold leading-none tracking-tight text-gray-900 md:text-5xl lg:text-6xl dark:text-white text-gray-400">
Loading

0 commit comments

Comments
Β (0)