Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
uglyrobot committed Nov 21, 2024
1 parent 1787e2c commit d844f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/floatingButton/FloatingButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const FloatingButton = ({ isOpen, setIsOpen }) => {
<img src={icon} alt="Icon" />
)}
{showButtonLabel ? (
<span className="floating-button-label">TEST1 {labels.floatingButton}</span>
<span className="floating-button-label">TEST2 {labels.floatingButton}</span>
) : null}
</a>
)
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = (_, { mode }) => {
entry: "./src/components/embeddableWidget/EmbeddableWidget.jsx",
output: {
path: path.resolve(__dirname, "build"),
publicPath: isProduction ? "https://widget-test.docsbot.ai/" : "/",
publicPath: isProduction ? "https://widget.docsbot.ai/" : "/",
filename: "chat.js",
library: "DocsBotAI",
libraryExport: "default",
Expand Down

0 comments on commit d844f3f

Please sign in to comment.