File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,27 +156,7 @@ export const Badge = ({
156156 } }
157157 className = "!text-[13px] [&>span]:text-[13px] badge-tagline"
158158 >
159- < Balancer >
160- < span
161- style = { {
162- color : BADGE_TYPE_TO_COLOR [ role ] ,
163- opacity : tagline ? 1 : 0 ,
164- } }
165- className = "badge-tagline-quote"
166- >
167- “
168- </ span >
169- { tagline . substring ( 0 , 250 ) }
170- < span
171- style = { {
172- color : BADGE_TYPE_TO_COLOR [ role ] ,
173- opacity : tagline ? 1 : 0 ,
174- } }
175- className = "badge-tagline-quote"
176- >
177- ”
178- </ span >
179- </ Balancer >
159+ < Balancer > { tagline . substring ( 0 , 250 ) } </ Balancer >
180160 </ div >
181161 </ div >
182162 < div
Original file line number Diff line number Diff line change @@ -60,6 +60,3 @@ body:has(.brochure-page) {
6060.badge-tower-right {
6161 transform : translate (5% , 60px );
6262}
63- .badge-tagline-quote {
64- font-weight : 400 ;
65- }
You can’t perform that action at this time.
0 commit comments