Skip to content

Commit 32d9b96

Browse files
authored
Update home.js ($1 from Gurt)
1 parent c98f87c commit 32d9b96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

static/assets/scripts/home.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ try {
929929
font-weight: bold;
930930
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
931931
`;
932-
progressTextL.textContent = '$10/$500';
932+
progressTextL.textContent = '$11/$500';
933933

934934
// Add text and progress bar to container
935935
progressContainer.appendChild(progressBar);
@@ -1237,7 +1237,7 @@ try {
12371237
// Show some initial progress in the bar (optional, you can remove this or customize)
12381238
setTimeout(() => {
12391239
// You could replace this with actual progress data if you have it
1240-
progressBar.style.width = '2%';
1240+
progressBar.style.width = '2.2%';
12411241
}, 500);
12421242

12431243
// Return an object with methods to control the modal

0 commit comments

Comments
 (0)