Skip to content

Commit

Permalink
fix(website): 🌐 change the link url to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
diecodev committed Mar 26, 2024
1 parent eeec168 commit d0a13cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"conventionalCommits.emojiFormat": "emoji",
"conventionalCommits.scopes": [
"website"
],
}
2 changes: 1 addition & 1 deletion website/src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Hero = () => {
</button>
<a
class={styles.button}
href="https://github.com/emilkowalski/sonner"
href="https://github.com/diecodev/qwik-sonner"
target="_blank"
>
GitHub
Expand Down

0 comments on commit d0a13cf

Please sign in to comment.