Skip to content

Commit 2c12caf

Browse files
committed
fix: typo
1 parent 04deaed commit 2c12caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/kusa/[username].tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const Detail = ({ username }: { username: string }) => {
102102

103103
const Kusa = (props: Props) => {
104104
const username = props.username;
105-
const imgUrl = `https://ksua-image.deno.dev/?user=${username}`;
105+
const imgUrl = `https://kusa-image.deno.dev/?user=${username}`;
106106
const siteUrl = `https://tools.swfz.io/kusa/${username}`;
107107
const title = `GitHub Contributions(kusa) in ${username}`;
108108
const desc = `Today: ${props.todayContributionCount}, Yesterday: ${props.yesterdayContributionCount}, Streak: ${props.currentStreak}`;

0 commit comments

Comments
 (0)