We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb1aca8 + 8b25881 commit 712dd86Copy full SHA for 712dd86
src/core/elements.ts
@@ -93,7 +93,7 @@ export function Username(username: string, site: string) {
93
href:
94
username === "User Not Found"
95
? "https://github.com/JacobLinCool/LeetCode-Stats-Card"
96
- : `https://leetcode.${site === "us" ? "com" : "cn"}/u/${username}/`,
+ : `https://leetcode.${site === "us" ? "com" : "cn"}/${username}/`,
97
target: "_blank",
98
},
99
style: {
0 commit comments