File tree Expand file tree Collapse file tree 1 file changed +26
-26
lines changed
frontend/main/src/components/user Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -125,17 +125,40 @@ export default function MembershipCards({
125
125
onClick = { ( ) => onSelectPlan ( product ) }
126
126
>
127
127
< div className = "relative" >
128
+ < svg
129
+ className = { 'svgTransform absolute top-0 left-0 mb-8' }
130
+ viewBox = "0 0 375 283"
131
+ fill = "none"
132
+ >
133
+ < rect
134
+ x = "159.52"
135
+ y = "175"
136
+ width = "152"
137
+ height = "152"
138
+ rx = "8"
139
+ transform = "rotate(-45 159.52 175)"
140
+ fill = "white"
141
+ />
142
+ < rect
143
+ y = "107.48"
144
+ width = "152"
145
+ height = "152"
146
+ rx = "8"
147
+ transform = "rotate(-45 0 107.48)"
148
+ fill = "white"
149
+ />
150
+ </ svg >
128
151
< div className = "w-48 h-48" >
129
152
{ product . images ? (
130
153
getProductImage ( product )
131
154
) : (
132
155
< AJPrimary className = "w-full h-full" />
133
156
) }
134
- < span className = "block text-basics-200 dark:text-basics-200" >
135
- { product ?. description }
136
- </ span >
137
157
</ div >
138
158
</ div >
159
+ < div className = "block w-48 text-basics-200 dark:text-basics-200" >
160
+ { product ?. description }
161
+ </ div >
139
162
< div className = "flex justify-between" >
140
163
< span className = "block text-xl font-semibold" >
141
164
{ product . name }
@@ -155,29 +178,6 @@ export default function MembershipCards({
155
178
) }
156
179
</ span >
157
180
</ div >
158
- < svg
159
- className = { 'svgTransform absolute bottom-0 left-0 mb-8' }
160
- viewBox = "0 0 375 283"
161
- fill = "none"
162
- >
163
- < rect
164
- x = "159.52"
165
- y = "175"
166
- width = "152"
167
- height = "152"
168
- rx = "8"
169
- transform = "rotate(-45 159.52 175)"
170
- fill = "white"
171
- />
172
- < rect
173
- y = "107.48"
174
- width = "152"
175
- height = "152"
176
- rx = "8"
177
- transform = "rotate(-45 0 107.48)"
178
- fill = "white"
179
- />
180
- </ svg >
181
181
</ div >
182
182
) ) }
183
183
{ /* </div> */ }
You can’t perform that action at this time.
0 commit comments