File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
frontend/src/components/badge Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ const createEmptyBadgeOrderPositions = () => {
158158 } ;
159159
160160 await page . goto ( "https://pycon.it/en/badge" ) ;
161+ // await page.goto("http://localhost:3000/en/badge");
161162 await page . waitForNetworkIdle ( ) ;
162163 await page . setViewport ( { width : 1080 , height : 2000 } ) ;
163164
Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ export const Badge = ({
7777 display : "flex" ,
7878 flexDirection : "column" ,
7979 textAlign : "left" ,
80- paddingLeft : "16px " ,
81- paddingRight : "16px " ,
80+ paddingLeft : "25px " ,
81+ paddingRight : "25px " ,
8282 paddingBottom : "16px" ,
8383 position : "relative" ,
8484 zIndex : 200 ,
@@ -150,7 +150,7 @@ export const Badge = ({
150150 </ div >
151151 < div
152152 style = { {
153- width : "90 %" ,
153+ width : "100 %" ,
154154 fontWeight : 400 ,
155155 color : "#ffffff" ,
156156 } }
@@ -164,7 +164,7 @@ export const Badge = ({
164164 } }
165165 className = "badge-tagline-quote"
166166 >
167- “{ " " }
167+ “
168168 </ span >
169169 { tagline . substring ( 0 , 250 ) }
170170 < span
@@ -174,7 +174,6 @@ export const Badge = ({
174174 } }
175175 className = "badge-tagline-quote"
176176 >
177- { " " }
178177 ”
179178 </ span >
180179 </ Balancer >
You can’t perform that action at this time.
0 commit comments