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.
1 parent fb1aca8 commit 8b25881Copy full SHA for 8b25881
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