Skip to content

Commit

Permalink
fix: correct typo in containerClassName prop in Landing component
Browse files Browse the repository at this point in the history
  • Loading branch information
berry-13 committed Jan 22, 2025
1 parent 8577077 commit 8fb84aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Chat/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function Landing({ Header }: { Header?: ReactNode }) {
assistantMap={assistantMap}
conversation={conversation}
endpointsConfig={endpointsConfig}
containerClassName={containerClassNam2e}
containerClassName={containerClassName}
context="landing"
className="h-2/3 w-2/3"
size={41}
Expand Down

0 comments on commit 8fb84aa

Please sign in to comment.