diff --git a/src/App.tsx b/src/App.tsx index 8cd35b5..f47cdae 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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 = (