Skip to content

Commit 4f46e3d

Browse files
committed
chore: update playground text
1 parent 1113a2b commit 4f46e3d

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

playground/src/views/HomeView.vue

+9-20
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,24 @@
11
<template>
22
<main vaul-drawer-wrapper>
33
<div class="relative">
4-
<div
5-
aria-hidden="true"
4+
<div aria-hidden="true"
65
class="absolute top-0 w-[1000px] z-10 h-[400px] left-1/2 -translate-x-1/2 -translate-y-1/2 opacity-[0.15] pointer-events-none"
7-
style="background-image: radial-gradient(#a4a4a3, transparent 50%)"
8-
/>
6+
style="background-image: radial-gradient(#a4a4a3, transparent 50%)" />
97
<BackgroundTexture />
108
<div class="max-w-2xl mx-auto text-center pt-64">
119
<div class="flex flex-col relative">
12-
<h1 class="text-7xl font-semibold mb-4 relative">
13-
Vaul <span class="text-[#42b883]">Vue</span>
10+
<h1 class="text-7xl font-semibold mb-4 relative"> Vaul <span class="text-[#42b883]">Vue</span>
1411
</h1>
15-
<h2 class="text-gray-600 text-xl">
16-
A Vue port of the popular React library created by
17-
<a
18-
href="https://emilkowal.ski/"
19-
class="underline decoration-1 underline-offset-2 decoration-gray-400"
20-
>
21-
Emil Kowalski
22-
</a>
12+
<h2 class="text-gray-600 text-xl"> A Vue port of the popular React library created by <a target="_blank"
13+
href="https://emilkowal.ski/" class="underline decoration-1 underline-offset-2 decoration-gray-400"> Emil
14+
Kowalski </a>
2315
</h2>
2416
</div>
2517
<div class="flex gap-4 justify-center mt-6">
2618
<DemoDrawer />
27-
<a
28-
href="https://github.com"
29-
class="font-semibold text-sm px-4 py-2.5 hover:bg-gray-100 rounded-full"
30-
>
31-
Github <span aria-hidden="true">→</span></a
32-
>
19+
<a href="https://github.com/unovue/vaul-vue" target="_blank"
20+
class="font-semibold text-sm px-4 py-2.5 hover:bg-gray-100 rounded-full"> GitHub <span
21+
aria-hidden="true">→</span></a>
3322
</div>
3423
</div>
3524
</div>

0 commit comments

Comments
 (0)