From 62f3d5420105afaae643e6e9a954d8d2c50444bc Mon Sep 17 00:00:00 2001 From: Ryan Poon <96387349+sopa301@users.noreply.github.com> Date: Tue, 14 May 2024 21:11:57 +0800 Subject: [PATCH] [#2204] Remove unexpected title (#2206) Remove unexpected title Adding a title.md to the public folder has caused the title feature to become opt-out instead of opt-in. This is not the intended way for the title feature to be used. Let's remove the title.md file. --- frontend/public/title.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 frontend/public/title.md diff --git a/frontend/public/title.md b/frontend/public/title.md deleted file mode 100644 index b10a80835c..0000000000 --- a/frontend/public/title.md +++ /dev/null @@ -1,3 +0,0 @@ -# RepoSense - -RepoSense is a powerful tool for analyzing repositories. It provides valuable insights into your codebase, helping you understand the development patterns, identify areas for improvement, and track the contributions of individual team members.