From 9d614dfc4311b7d4bddc4aef4118839adaf99cd2 Mon Sep 17 00:00:00 2001 From: CanisMinor Date: Fri, 2 Feb 2024 11:13:31 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20Fix=20ollama=20icon=20pos?= =?UTF-8?q?ition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Ollama/components/Mono.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ollama/components/Mono.tsx b/src/Ollama/components/Mono.tsx index b46ec81a..42e79856 100644 --- a/src/Ollama/components/Mono.tsx +++ b/src/Ollama/components/Mono.tsx @@ -15,7 +15,7 @@ const Icon: IconType = forwardRef(({ size = '1em', style, ...rest }, ref) => { xmlns="http://www.w3.org/2000/svg" {...rest} > - + ); });