File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ const Showcase: React.FunctionComponent<unknown> = () => {
127
127
return < div className = "content-loader" > </ div >
128
128
}
129
129
130
- const result = logos . map ( ( logoSRC , index ) => {
130
+ return logos . map ( ( logoSRC , index ) => {
131
131
return (
132
132
< Link
133
133
to = "/creator"
@@ -183,8 +183,6 @@ const Showcase: React.FunctionComponent<unknown> = () => {
183
183
</ Link >
184
184
)
185
185
} )
186
-
187
- return result
188
186
}
189
187
190
188
return (
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const BackUI: React.FunctionComponent<{ className?: string; to?: string; url?: s
25
25
</ div >
26
26
) : (
27
27
< div className = "back" >
28
- < Link className = "" to = { props . to || "/start " } >
28
+ < Link className = "" to = { props . to || "/" } >
29
29
< svg width = "42" height = "42" viewBox = "0 0 42 42" fill = "none" xmlns = "http://www.w3.org/2000/svg" >
30
30
< circle cx = "21" cy = "21" r = "20.5" fill = "white" stroke = "#E7E7E7" />
31
31
< path
You can’t perform that action at this time.
0 commit comments