diff --git a/src/interface/web/app/page.tsx b/src/interface/web/app/page.tsx
index b8cebb7e0..9caa1f6ce 100644
--- a/src/interface/web/app/page.tsx
+++ b/src/interface/web/app/page.tsx
@@ -150,10 +150,6 @@ function ChatBodyData(props: ChatBodyDataProps) {
}
}
- function getTailwindBorderClass(color: string): string {
- return colorMap[color] || 'border-black'; // Default to black if color not found
- }
-
return (
diff --git a/src/interface/web/app/settings/page.tsx b/src/interface/web/app/settings/page.tsx
index 6d51ffd4e..1297d05d6 100644
--- a/src/interface/web/app/settings/page.tsx
+++ b/src/interface/web/app/settings/page.tsx
@@ -731,15 +731,9 @@ export default function SettingsView() {
-
+ Github
Set Github repositories to index