File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function Sidebar() {
2424 < li onClick = { ( ) => navigate ( '/press' ) } > Press Yourself</ li >
2525 </ ul >
2626 < span className = "delete" onClick = { handleDeleteHistory } >
27- < a > Start Afresh</ a >
27+ < span > Start Afresh</ span >
2828 < img src = { process . env . PUBLIC_URL + "/images/delete.png" } />
2929 </ span >
3030 </ div >
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ function PositionPaper() {
147147 </ div >
148148 < div className = "download_section" >
149149 < span className = "download_button" onClick = { handleDownload } >
150- < a > Download</ a >
150+ < span > Download</ span >
151151 < img className = "download_icon" src = { process . env . PUBLIC_URL + "/images/download.png" } alt = "Download" />
152152 </ span >
153153 </ div >
@@ -182,7 +182,7 @@ function PositionPaper() {
182182 </ select >
183183
184184 < span className = "regenerate" onClick = { handleGenerate } >
185- < a className = "regenerate_text" > Regenerate</ a >
185+ < span className = "regenerate_text" > Regenerate</ span >
186186 < img className = "regenerate_img" src = { process . env . PUBLIC_URL + "/images/regenerate.png" } alt = "Regenerate" />
187187 </ span >
188188 </ > }
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ function Speeches() {
367367 </ div >
368368 { ! openInChat && < >
369369 < div className = "button_area" onClick = { openChat } >
370- < a > Open in chat</ a >
370+ < span > Open in chat</ span >
371371 < img src = { process . env . PUBLIC_URL + "/images/forward.png" } />
372372 </ div >
373373 </ > }
@@ -400,7 +400,7 @@ function Speeches() {
400400 </ span >
401401 < span className = "go_back" onClick = { goBack } >
402402 < img className = "back_icon" src = { process . env . PUBLIC_URL + "/images/back.png" } />
403- < a > Back</ a >
403+ < span > Back</ span >
404404 </ span >
405405 </ div >
406406 </ > }
You can’t perform that action at this time.
0 commit comments