Commit 3ca370d 1 parent 1f5ea9e commit 3ca370d Copy full SHA for 3ca370d
File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ export function RoverContentCard({
160
160
</ div >
161
161
< div className = "text-gray-500 cursor-pointer" >
162
162
< button className = "hover:bg-gray-50 rounded-full p-1" >
163
- < svg xmlns = "http://www.w3.org/2000/svg" width = "24" height = "24" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2" stroke-linecap = "round" stroke-linejoin = "round" >
163
+ < svg xmlns = "http://www.w3.org/2000/svg" width = "24" height = "24" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2" stroke-linecap = "round" strokeLinejoin = "round" >
164
164
< circle cx = "12" cy = "7" r = "1" />
165
165
< circle cx = "12" cy = "12" r = "1" />
166
166
< circle cx = "12" cy = "17" r = "1" />
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ export const CreateBar = ({ onTabClick }) => {
145
145
< path
146
146
stroke = "currentColor"
147
147
stroke-linecap = "round"
148
- stroke-linejoin = "round"
148
+ strokeLinejoin = "round"
149
149
stroke-width = "2"
150
150
d = "M9 1v16M1 9h16"
151
151
/>
@@ -176,7 +176,7 @@ export const CreateBar = ({ onTabClick }) => {
176
176
< path
177
177
stroke = "currentColor"
178
178
stroke-linecap = "round"
179
- stroke-linejoin = "round"
179
+ strokeLinejoin = "round"
180
180
stroke-width = "2"
181
181
d = "M4 12.25V1m0 11.25a2.25 2.25 0 0 0 0 4.5m0-4.5a2.25 2.25 0 0 1 0 4.5M4 19v-2.25m6-13.5V1m0 2.25a2.25 2.25 0 0 0 0 4.5m0-4.5a2.25 2.25 0 0 1 0 4.5M10 19V7.75m6 4.5V1m0 11.25a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5ZM16 19v-2"
182
182
/>
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ const Layout: React.FC<DashboardLayoutProps> = ({ children }) => {
73
73
>
74
74
< path
75
75
stroke-linecap = "round"
76
- stroke-linejoin = "round"
76
+ strokeLinejoin = "round"
77
77
stroke-width = "2"
78
78
d = "M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z"
79
79
> </ path >
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export default function Explore() {
66
66
>
67
67
< path
68
68
stroke-linecap = "round"
69
- stroke-linejoin = "round"
69
+ strokeLinejoin = "round"
70
70
stroke-width = "2"
71
71
d = "M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z"
72
72
> </ path >
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ export function PublicLanding() {
120
120
< div className = "chat chat-start" >
121
121
< div className = "chat-bubble" > A dust storm is brewing on your home planet, time to investigate.</ div >
122
122
</ div > </ div >
123
- < UponSignupModal />
123
+ { isDesktopOrLaptop && ( < UponSignupModal /> ) }
124
124
</ div >
125
125
< div className = "absolute inset-0 grid grid-cols-3 grid-rows-3 gap-4 p-40 my-12" >
126
126
{ /* Content here */ }
@@ -155,7 +155,7 @@ export function PublicLanding() {
155
155
>
156
156
< path
157
157
stroke-linecap = "round"
158
- stroke-linejoin = "round"
158
+ strokeLinejoin = "round"
159
159
stroke-width = "2"
160
160
d = "M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z"
161
161
> </ path >
You can’t perform that action at this time.
0 commit comments