We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98f87c commit 32d9b96Copy full SHA for 32d9b96
1 file changed
static/assets/scripts/home.js
@@ -929,7 +929,7 @@ try {
929
font-weight: bold;
930
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
931
`;
932
- progressTextL.textContent = '$10/$500';
+ progressTextL.textContent = '$11/$500';
933
934
// Add text and progress bar to container
935
progressContainer.appendChild(progressBar);
@@ -1237,7 +1237,7 @@ try {
1237
// Show some initial progress in the bar (optional, you can remove this or customize)
1238
setTimeout(() => {
1239
// You could replace this with actual progress data if you have it
1240
- progressBar.style.width = '2%';
+ progressBar.style.width = '2.2%';
1241
}, 500);
1242
1243
// Return an object with methods to control the modal
0 commit comments