Skip to content

Commit

Permalink
website: fix open source url.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 6, 2023
1 parent 49b11b4 commit eada296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ root.render(
description={pkg.description}
version={`v${VERSION}`}
>
<Github href={pkg.homepage} />
<Github href={pkg.repository.url} />
<Example>
<ReactClock />
</Example>
Expand Down

0 comments on commit eada296

Please sign in to comment.