@reevit/react 0.2.0 → 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 +8 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +76 -15
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -918,7 +918,14 @@ function ReevitCheckout({
|
|
|
918
918
|
"aria-modal": "true",
|
|
919
919
|
children: [
|
|
920
920
|
/* @__PURE__ */ jsxs("div", { className: "reevit-modal__header", children: [
|
|
921
|
-
/* @__PURE__ */ jsx("div", { className: "reevit-modal__branding", children: /* @__PURE__ */ jsx(
|
|
921
|
+
/* @__PURE__ */ jsx("div", { className: "reevit-modal__branding", children: /* @__PURE__ */ jsx(
|
|
922
|
+
"img",
|
|
923
|
+
{
|
|
924
|
+
src: "https://i.imgur.com/bzUR5Lm.png",
|
|
925
|
+
alt: "Reevit",
|
|
926
|
+
className: "reevit-modal__logo"
|
|
927
|
+
}
|
|
928
|
+
) }),
|
|
922
929
|
/* @__PURE__ */ jsx(
|
|
923
930
|
"button",
|
|
924
931
|
{
|