Skip to content

Commit

Permalink
Settle logo url updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jain-rithik committed Jul 5, 2024
1 parent 29e1b8e commit 0dc8a44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Nebula/sample.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<div id="settle-widget-container"></div>

<settle-widget
<!-- <settle-widget
total-order-value= "2000",
selector= "#settle-widget-container",
button-text= "in flexible installments",
Expand All @@ -26,9 +26,9 @@
suggested-month= "9",
product-name= "The Transit Luggage - Cabin, Green Lurex Embroidered Tier Dress",
product-image= "https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/products/pictures/item/free/resize-w:800/e0r0ygn1e-black-shirt.png",
/>
/> -->

<!-- <settle-widget
<settle-widget
emi-tenure= "[3, 6, 9]"
total-order-value= 2000
suggested-month= 6
Expand All @@ -41,7 +41,7 @@
currency= ""
product-image=
"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/products/pictures/item/free/resize-w:800/e0r0ygn1e-black-shirt.png"
/> -->
/>

<!-- <script>
document.addEventListener("DOMContentLoaded", () => {
Expand Down
2 changes: 1 addition & 1 deletion Nebula/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class SettlePopupWidget extends HTMLElement {

loadAndModifySVG = async (color) => {
const logoUrl =
"https://cdn.pixelbin.io/v2/potlee/original/public/logos/settle-new/settleBranding.svg";
"https://cdn.pixelbin.io/v2/potlee/original/public/logos/settle/full-dark.svg";

try {
const response = await fetch(logoUrl);
Expand Down

0 comments on commit 0dc8a44

Please sign in to comment.