@flytedan/flytebot-design-system 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -762,7 +762,7 @@ function SidebarNav({ brand, groups = [], current: current2, onNavigate, footer,
762
762
 
763
763
  // src/components/navigation/FlytedeskBrand.tsx
764
764
  import { jsx as jsx14, jsxs as jsxs10 } from "react/jsx-runtime";
765
- var LOGO_SRC = "https://sponsored.flytedesk.com/logo-white-bg.png";
765
+ var LOGO_SRC = "https://cdn.prod.website-files.com/69a96def413819b7db64de8c/69ac8ec2ed84b986a5fb76dc_Logo%20(dark)%202.svg";
766
766
  function FlytedeskMark({ size = "md", className = "", ...rest }) {
767
767
  return /* @__PURE__ */ jsx14("span", { className: ["fd-brand-mark", size !== "md" ? "fd-brand-mark-" + size : "", className].filter(Boolean).join(" "), ...rest, children: /* @__PURE__ */ jsx14("img", { src: LOGO_SRC, alt: "flytedesk" }) });
768
768
  }