Skip to content

Commit

Permalink
update css path
Browse files Browse the repository at this point in the history
  • Loading branch information
kcsujeet committed Feb 10, 2024
1 parent b240810 commit a484fb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/dark-theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<title>sl-vue-tree-next</title>
<link rel="stylesheet" href="../dist/sl-vue-tree-next-dark.css" />
<link rel="stylesheet" href="../public/sl-vue-tree-next-dark.css" />
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet" />
<script src="https://unpkg.com/vue@3.4.18/dist/vue.global.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion demo/externaldrag.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<title>sl-vue-tree-next</title>
<link rel="stylesheet" href="../dist/sl-vue-tree-next-dark.css" />
<link rel="stylesheet" href="../public/sl-vue-tree-next-dark.css" />
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet" />
<script src="https://unpkg.com/vue@3.4.18/dist/vue.global.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion demo/keyboardcontrol.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<title>sl-vue-tree-next</title>
<link rel="stylesheet" href="../dist/sl-vue-tree-next-dark.css" />
<link rel="stylesheet" href="../public/sl-vue-tree-next-dark.css" />
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet" />
<script src="https://unpkg.com/vue@3.4.18/dist/vue.global.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion demo/minimal-theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<title>sl-vue-tree</title>
<link rel="stylesheet" href="../dist/sl-vue-tree-next-minimal.css" />
<link rel="stylesheet" href="../public/sl-vue-tree-next-minimal.css" />
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet" />
<script src="https://unpkg.com/vue@3.4.18/dist/vue.global.js"></script>
</head>
Expand Down

0 comments on commit a484fb4

Please sign in to comment.