Skip to content

Commit

Permalink
Frontend tweak (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Oct 9, 2023
1 parent 9b0beed commit 1731b19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nextjs/app/components/ChatWindow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export function ChatWindow(props: {
<Heading fontSize="2xl" fontWeight={"medium"} mb={1} color={"white"}>
{titleText}
</Heading>
{/* <Heading fontSize="md" fontWeight={"normal"} mb={1} color={"white"}>
<Heading fontSize="md" fontWeight={"normal"} mb={1} color={"white"}>
Powered by{" "}
<a
target="_blank"
Expand All @@ -201,7 +201,7 @@ export function ChatWindow(props: {
>
Tavily
</a>
</Heading> */}
</Heading>
<Heading fontSize="lg" fontWeight={"normal"} mb={1} color={"white"}>
We appreciate feedback!
</Heading>
Expand Down
4 changes: 2 additions & 2 deletions nextjs/app/components/EmptyState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ export function EmptyState(props: { onChoice: (question: string) => any }) {
<Heading fontSize="3xl" fontWeight={"medium"} mb={1} color={"white"}>
WebLangChain 🦜🔗
</Heading>
{/* <Heading fontSize="md" fontWeight={"normal"} mb={1} color={"white"}>
<Heading fontSize="md" fontWeight={"normal"} mb={1} color={"white"}>
Powered by{" "}
<a target="_blank" href="https://tavily.com" className="text-sky-400">
Tavily
</a>
</Heading> */}
</Heading>
<Heading
fontSize="xl"
fontWeight={"normal"}
Expand Down

0 comments on commit 1731b19

Please sign in to comment.