Fix arrows

This commit is contained in:
Greg Shuflin 2025-03-07 23:21:17 -08:00
parent 8c82698593
commit 5ac5490d6a

View File

@ -95,7 +95,7 @@ const Results = (props: ResultsProps) => {
const num = props.searchResults.length;
const renderedName = renderConlang(conlang);
const searchType = (props.direction === SearchDirection.ToConlang) ? `English -> ${renderedName}` : `${renderedName} -> English`;
const searchType = (props.direction === SearchDirection.ToConlang) ? `English ${renderedName}` : `${renderedName} English`;
const result = num === 1 ? "result" : "results";
const header = (
<div className="searchResultHeader" key="header">