Skip to content

Commit

Permalink
fix: Type
Browse files Browse the repository at this point in the history
  • Loading branch information
DhanushNehru committed Sep 20, 2024
1 parent d5d4932 commit 2c2476b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1>Year Progress</h1>

<script>
setInterval(() => {
document.getElementById('progress-img').src = `https://lgithub-year-progress-bar.vercel.app/year-progress?time=${Date.now()}`;
document.getElementById('progress-img').src = `https://github-year-progress-bar.vercel.app/year-progress?time=${Date.now()}`;
}, 1000);
</script>
</body>
Expand Down

0 comments on commit 2c2476b

Please sign in to comment.