@@ -24,7 +24,7 @@ export function TopographicMap() {
24
24
` }
25
25
</ style >
26
26
< div className = "relative text-white h-screen w-full overflow-hidden" >
27
- < img
27
+ { /* <img
28
28
alt="Planet Mycelium"
29
29
className="object-cover h-full w-full"
30
30
height="1080"
@@ -34,10 +34,10 @@ export function TopographicMap() {
34
34
objectFit: "cover",
35
35
}}
36
36
width="1920"
37
- />
37
+ /> */ }
38
38
< div className = "absolute inset-0 grid grid-cols-3 grid-rows-3 gap-4 p-8" >
39
39
< button className = "justify-self-start self-start" >
40
- < img
40
+ { /* <img
41
41
alt="Structure 1"
42
42
className="w-12 h-12"
43
43
height="50"
@@ -47,14 +47,14 @@ export function TopographicMap() {
47
47
objectFit: "cover",
48
48
}}
49
49
width="50"
50
- />
50
+ /> */ }
51
51
</ button >
52
52
< button className = "justify-self-center self-start" >
53
53
< img
54
54
alt = "Structure 2"
55
- className = "w-12 h-12 "
55
+ className = "w-24 h-24 "
56
56
height = "50"
57
- src = "https://qwbufbmxkjfaikoloudl.supabase.co/storage/v1/object/public/planets/71/TOI%20700 .png"
57
+ src = "/assets/Inventory/Structures/Telescope2 .png"
58
58
style = { {
59
59
aspectRatio : "50/50" ,
60
60
objectFit : "cover" ,
@@ -63,7 +63,7 @@ export function TopographicMap() {
63
63
/>
64
64
</ button >
65
65
< button className = "justify-self-end self-start" >
66
- < img
66
+ { /* <img
67
67
alt="Structure 3"
68
68
className="w-12 h-12"
69
69
height="50"
@@ -73,7 +73,7 @@ export function TopographicMap() {
73
73
objectFit: "cover",
74
74
}}
75
75
width="50"
76
- />
76
+ /> */ }
77
77
</ button >
78
78
< button className = "justify-self-start self-center" >
79
79
< img
@@ -102,7 +102,7 @@ export function TopographicMap() {
102
102
/>
103
103
</ button >
104
104
< button className = "justify-self-end self-center" >
105
- < img
105
+ { /* <img
106
106
alt="Structure 6"
107
107
className="w-12 h-12"
108
108
height="50"
@@ -112,10 +112,10 @@ export function TopographicMap() {
112
112
objectFit: "cover",
113
113
}}
114
114
width="50"
115
- />
115
+ /> */ }
116
116
</ button >
117
117
< button className = "justify-self-start self-end" >
118
- < img
118
+ { /* <img
119
119
alt="Structure 7"
120
120
className="w-12 h-12"
121
121
height="50"
@@ -125,10 +125,10 @@ export function TopographicMap() {
125
125
objectFit: "cover",
126
126
}}
127
127
width="50"
128
- />
128
+ /> */ }
129
129
</ button >
130
130
< button className = "justify-self-center self-end" >
131
- < img
131
+ { /* <img
132
132
alt="Structure 8"
133
133
className="w-12 h-12"
134
134
height="50"
@@ -137,11 +137,11 @@ export function TopographicMap() {
137
137
aspectRatio: "50/50",
138
138
objectFit: "cover",
139
139
}}
140
- width = "50"
141
- />
140
+ width="50"
141
+ /> */ }
142
142
</ button >
143
143
< button className = "justify-self-end self-end" >
144
- < img
144
+ { /* <img
145
145
alt="Structure 9"
146
146
className="w-12 h-12"
147
147
height="50"
@@ -151,7 +151,7 @@ export function TopographicMap() {
151
151
objectFit: "cover",
152
152
}}
153
153
width="50"
154
- />
154
+ /> */ }
155
155
</ button >
156
156
{ /* <div className="h-screen flex flex-col items-center justify-center relative">
157
157
<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">
0 commit comments