From 5ac5490d6a066b66e52afb8a325a5b6cab34fe67 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Fri, 7 Mar 2025 23:21:17 -0800 Subject: [PATCH] Fix arrows --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = (