Closed kaangokdemir closed 4 years ago
Thanks!
Seems like using +
is not supported at the moment, I'll have to take a look at why this is the case.
I'll let you know as soon as it's fixed!
Actually, you can just escape it with url encoding (%2B
) like this:
https://progress-bar.dev/20/?scale=10&title=rewards&suffix=%2B
@kaangokdemir Thanks for reaching out, I'm closing this one for now. 🙂
Cool project. Just wonder how to use
+
as suffix since using like https://progress-bar.dev/20/?scale=10&title=rewards&suffix=+ is not working as I expected.