Update primetime.js

pull/2173/head
Eveeeon 2022-10-09 21:10:54 +01:00 committed by GitHub
parent 7657dad208
commit 14bebdc683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ function draw() {
g.setColor(100,100,100);
g.drawString(timeStr, w/2, h/2);
g.setFont("6x8", w/60);
g.drawString(primStr, w/2, 3*h/4);
g.drawString(primeStr, w/2, 3*h/4);
queueDraw();
}