File tree 1 file changed +9
-20
lines changed
1 file changed +9
-20
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<main vaul-drawer-wrapper >
3
3
<div class =" relative" >
4
- <div
5
- aria-hidden =" true"
4
+ <div aria-hidden =" true"
6
5
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% )" />
9
7
<BackgroundTexture />
10
8
<div class =" max-w-2xl mx-auto text-center pt-64" >
11
9
<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 >
14
11
</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 >
23
15
</h2 >
24
16
</div >
25
17
<div class =" flex gap-4 justify-center mt-6" >
26
18
<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 >
33
22
</div >
34
23
</div >
35
24
</div >
You can’t perform that action at this time.
0 commit comments