Skip to content

Commit

Permalink
large
Browse files Browse the repository at this point in the history
  • Loading branch information
techsideofficial committed Nov 21, 2023
1 parent 5c2454e commit 079ce8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion percentages/webpage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
getText();
function SetImage(MeanNum) {
var img = document.createElement("img");
img.src = "https://us-central1-joysteem.cloudfunctions.net/progress/" + MeanNum
img.src = "https://us-central1-joysteem.cloudfunctions.net/progress-large/" + MeanNum
var src = document.getElementById("header");
src.appendChild(img);
}
Expand Down
2 changes: 1 addition & 1 deletion site-new/joysteem-new/docs/Rec Room/RECWORKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

**Progress**

<embed src="https://joysteem.web.app/percentages/webpage/">
<embed width=60 height=40 src="https://joysteem.web.app/percentages/webpage/">

## Level Status

Expand Down

0 comments on commit 079ce8c

Please sign in to comment.