From 405e79d7295885b74fc1374c807d40c21ddaab91 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 16 May 2024 23:32:12 +0100 Subject: [PATCH] removed space --- frontend/src/Hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Hero.tsx b/frontend/src/Hero.tsx index 8f3f3b26..cd6d4397 100644 --- a/frontend/src/Hero.tsx +++ b/frontend/src/Hero.tsx @@ -2,7 +2,7 @@ import DocsGPT3 from './assets/cute_docsgpt3.svg'; const demos: { header: string; query: string }[] = [ { header: 'Learn about DocsGPT', - query: 'What is DocsGPT ?', + query: 'What is DocsGPT?', }, { header: 'Summarise documentation',