File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -306,9 +306,9 @@ function SearchInterface() {
306306 />
307307 </ div >
308308 < div className = "space-y-1" >
309- { stats . function !== undefined && < div > { stats . function . toLocaleString ( ) } function sigs </ div > }
310- { stats . event !== undefined && < div > { stats . event . toLocaleString ( ) } event sigs </ div > }
311- { stats . error !== undefined && < div > { stats . error . toLocaleString ( ) } error sigs </ div > }
309+ { stats . function !== undefined && < div > { stats . function . toLocaleString ( ) } function signatures </ div > }
310+ { stats . event !== undefined && < div > { stats . event . toLocaleString ( ) } event signatures </ div > }
311+ { stats . error !== undefined && < div > { stats . error . toLocaleString ( ) } error signatures </ div > }
312312 </ div >
313313 </ div >
314314 < div className = "bg-white border border-gray-200 rounded-lg p-4 text-center hover:border-cerulean-blue-400 hover:shadow-md transition-all duration-200" >
You can’t perform that action at this time.
0 commit comments