@akinon/pz-bkm 2.0.0-beta.5 → 2.0.0-beta.7
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/CHANGELOG.md +8 -0
- package/package.json +1 -1
- package/src/views/bkm-option.tsx +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/views/bkm-option.tsx
CHANGED
@@ -138,7 +138,7 @@ const BKMOption = ({
|
|
138
138
|
</form>
|
139
139
|
<div
|
140
140
|
id={`js-bkm-frame-${id}`}
|
141
|
-
className="bkm-frame !
|
141
|
+
className="bkm-frame flex! justify-center items-center pt-0!"
|
142
142
|
></div>
|
143
143
|
<Script src="https://js.bkmexpress.com.tr/v1/javascripts/bex.js" defer />
|
144
144
|
</>
|