We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04deaed commit 2c12cafCopy full SHA for 2c12caf
pages/kusa/[username].tsx
@@ -102,7 +102,7 @@ const Detail = ({ username }: { username: string }) => {
102
103
const Kusa = (props: Props) => {
104
const username = props.username;
105
- const imgUrl = `https://ksua-image.deno.dev/?user=${username}`;
+ const imgUrl = `https://kusa-image.deno.dev/?user=${username}`;
106
const siteUrl = `https://tools.swfz.io/kusa/${username}`;
107
const title = `GitHub Contributions(kusa) in ${username}`;
108
const desc = `Today: ${props.todayContributionCount}, Yesterday: ${props.yesterdayContributionCount}, Streak: ${props.currentStreak}`;
0 commit comments