We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeec168 commit d0a13cfCopy full SHA for d0a13cf
2 files changed
.vscode/settings.json
@@ -1,3 +1,6 @@
1
{
2
"conventionalCommits.emojiFormat": "emoji",
3
+ "conventionalCommits.scopes": [
4
+ "website"
5
+ ],
6
}
website/src/components/Hero.tsx
@@ -28,7 +28,7 @@ export const Hero = () => {
28
</button>
29
<a
30
class={styles.button}
31
- href="https://github.com/emilkowalski/sonner"
+ href="https://github.com/diecodev/qwik-sonner"
32
target="_blank"
33
>
34
GitHub
0 commit comments