Skip to content

Commit d0a13cf

Browse files
committed
fix(website): 🌐 change the link url to repo
1 parent eeec168 commit d0a13cf

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
22
"conventionalCommits.emojiFormat": "emoji",
3+
"conventionalCommits.scopes": [
4+
"website"
5+
],
36
}

website/src/components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const Hero = () => {
2828
</button>
2929
<a
3030
class={styles.button}
31-
href="https://github.com/emilkowalski/sonner"
31+
href="https://github.com/diecodev/qwik-sonner"
3232
target="_blank"
3333
>
3434
GitHub

0 commit comments

Comments
 (0)