diff --git a/web/public/next.svg b/web/public/next.svg deleted file mode 100644 index 5174b28c565c..000000000000 --- a/web/public/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/web/public/thirteen.svg b/web/public/thirteen.svg deleted file mode 100644 index 8977c1bd123c..000000000000 --- a/web/public/thirteen.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/web/public/vercel.svg b/web/public/vercel.svg deleted file mode 100644 index d2f84222734f..000000000000 --- a/web/public/vercel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/web/src/app/admin/connectors/page.tsx b/web/src/app/admin/connectors/page.tsx index 521576fa9c0d..4ee405f16f4c 100644 --- a/web/src/app/admin/connectors/page.tsx +++ b/web/src/app/admin/connectors/page.tsx @@ -15,7 +15,7 @@ export default function Home() {

Slack

Config

- console.log(success)}/> + console.log(success)} /> ); diff --git a/web/src/app/favicon.ico b/web/src/app/favicon.ico index 718d6fea4835..7db257a54aeb 100644 Binary files a/web/src/app/favicon.ico and b/web/src/app/favicon.ico differ diff --git a/web/src/app/layout.tsx b/web/src/app/layout.tsx index 79df0237e701..fe978a9038e4 100644 --- a/web/src/app/layout.tsx +++ b/web/src/app/layout.tsx @@ -1,8 +1,8 @@ import "./globals.css"; export const metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Danswer", + description: "Question answering for your documents", }; export default function RootLayout({ diff --git a/web/src/app/page.tsx b/web/src/app/page.tsx index 01042c9fdfba..e2d057c29dea 100644 --- a/web/src/app/page.tsx +++ b/web/src/app/page.tsx @@ -9,7 +9,9 @@ export default function Home() { <>
- +
+ +
); diff --git a/web/src/components/SearchBar.tsx b/web/src/components/SearchBar.tsx index 3b6975b987ec..ff34e48174ea 100644 --- a/web/src/components/SearchBar.tsx +++ b/web/src/components/SearchBar.tsx @@ -7,7 +7,7 @@ import { SearchResultsDisplay } from "./SearchResultsDisplay"; import { SearchResponse } from "./types"; const BACKEND_URL = - process.env.NEXT_PUBLIC_BACKEND_URL || "http://localhost:8000"; // "http://servi-lb8a1-jhqpsz92kbm2-1605938866.us-east-2.elb.amazonaws.com/direct-qa"; + process.env.NEXT_PUBLIC_BACKEND_URL || "http://localhost:8080"; // "http://servi-lb8a1-jhqpsz92kbm2-1605938866.us-east-2.elb.amazonaws.com/direct-qa"; const searchRequest = async (query: string): Promise => { const response = await fetch(BACKEND_URL + "/direct-qa", { @@ -36,7 +36,9 @@ export const SearchSection: React.FC<{}> = () => { }); }} /> - +
+ +
); }; @@ -74,8 +76,8 @@ const SearchBar: React.FC = ({ onSearch }) => { }; return ( -
-
+
+