Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/web.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/web.umd.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/components/Bot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2860,12 +2860,12 @@ export const Bot = (botProps: BotProps & { class?: string }) => {
/>
)}
</div>
<Badge
{/* <Badge
footer={props.footer}
badgeBackgroundColor={props.badgeBackgroundColor}
poweredByTextColor={props.poweredByTextColor}
botContainer={botContainer}
/>
/> */}
Comment on lines +2863 to +2868
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Avoid leaving commented-out code in the codebase. If the Badge component is no longer needed, it should be removed entirely to maintain code cleanliness. If the intention is to make the branding optional, consider using the existing showFooter property within the footer prop instead of modifying the component structure.

</div>
</div>
)}
Expand Down