File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
< title > svelte-toast | Demo</ title >
7
7
< meta name ="description " content ="Simple elegant toast notifications. Use it in Vanilla JS or as a Svelte component. ">
8
8
< link href ="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap " rel ="stylesheet ">
9
- < link rel ="stylesheet " href ="/ build/global.css ">
10
- < script defer src ="/ build/bundle.js "> </ script >
9
+ < link rel ="stylesheet " href ="build/global.css ">
10
+ < script defer src ="build/bundle.js "> </ script >
11
11
< script >
12
12
( function ( ) {
13
13
window . ga = window . ga || function ( ) { ( ga . q = ga . q || [ ] ) . push ( arguments ) } ; ga . l = + new Date ;
@@ -28,7 +28,7 @@ <h1 class="text-5xl text-center mt-12">svelte-toast</h1>
28
28
< a href ="https://github.com/zerodevx/svelte-toast ">
29
29
< img
30
30
class ="opacity-97 hover:opacity-75 "
31
- src ="https://img.shields.io/github/package-json/v/zerodevx/svelte-toast?logo=github&style=for-the-badge "
31
+ src ="https://img.shields.io/github/package-json/v/zerodevx/svelte-toast?logo=github&style=for-the-badge&color=blue "
32
32
alt ="Github version badge ">
33
33
</ a >
34
34
</ div >
You can’t perform that action at this time.
0 commit comments