Skip to content

Commit

Permalink
fix: move branding toggle out of styling area
Browse files Browse the repository at this point in the history
  • Loading branch information
anfibiacreativa committed Nov 13, 2023
1 parent bec7a44 commit d71cd3f
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 4 deletions.
80 changes: 79 additions & 1 deletion packages/chat-component/public/branding/brand-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions packages/webapp/src/pages/chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,11 @@ const Chat = () => {
<TooltipHost calloutProps={toolTipTextCalloutProps} content={toolTipText.promptTemplate}>
<SettingsStyles onChange={handleCustomStylesChange}></SettingsStyles>
</TooltipHost>
<TooltipHost calloutProps={toolTipTextCalloutProps} content={toolTipText.promptTemplate}>
<Toggle label="Enable Branding" checked={enableBranding} onChange={onEnableBrandingChange} />
</TooltipHost>
</>
)}
<TooltipHost calloutProps={toolTipTextCalloutProps} content={toolTipText.promptTemplate}>
<Toggle label="Enable Branding" checked={enableBranding} onChange={onEnableBrandingChange} />
</TooltipHost>
</div>
</Panel>
</div>
Expand Down

0 comments on commit d71cd3f

Please sign in to comment.