feat: rewrite profile section, some minor chaanges #120
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "new-profiles"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
a/a
@ -29,2 +29,3 @@
export const generateUrl = (url: string, options: string = "rs:auto:128:128:1/f:png") =>
export const generateUrl = (url: string, options?: string) =>
{
if (!options) options = "rs:auto:128:128:1/f:png";
fallback to old style.
done
lgtm now