Skip to content

Commit 3751c70

Browse files
Update playground link
Signed-off-by: Kiran Parajuli <[email protected]>
1 parent f5d43ce commit 3751c70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/views/AboutView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const links = [
6060
},
6161
{
6262
title: "Playground",
63-
url: "https://stackblitz.com/edit/vitejs-vite-px7jzkdy?file=src%2Fcomponents%2FHelloWorld.vue",
63+
url: "https://stackblitz.com/edit/vitejs-vite-px7jzkdy?file=src%2FApp.vue",
6464
color: "text-blue-500",
6565
},
6666
{

src/views/HomeView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<a
1717
class="secondary-btn md"
1818
target="_blank"
19-
href="https://stackblitz.com/edit/vitejs-vite-px7jzkdy?file=src%2Fcomponents%2FHelloWorld.vue"
19+
href="https://stackblitz.com/edit/vitejs-vite-px7jzkdy?file=src%2FApp.vue"
2020
>
2121
Playground
2222
</a>

0 commit comments

Comments
 (0)