File tree Expand file tree Collapse file tree 4 files changed +41
-32
lines changed
.vitepress/theme/components Expand file tree Collapse file tree 4 files changed +41
-32
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div >
3
- <h4 class =" text-base font-semibold mb-2 " >Premium sponsors</h4 >
3
+ <h4 class =" text-base font-semibold" >Premium sponsors</h4 >
4
4
</div >
5
+ <a
6
+ href =" https://www.prisma.io"
7
+ target =" _blank"
8
+ rel =" noopener"
9
+ >
10
+ <div class =" my-4 py-6 px-6 bg-white/5" >
11
+ <img
12
+ src =" /logos/prisma-full.svg"
13
+ alt =" Prisma"
14
+ class =" object-cover"
15
+ >
16
+ </div >
17
+ </a >
5
18
<a
6
19
href =" https://github.com/sponsors/privatenumber/sponsorships?pay_prorated=false&tier_id=388346"
7
20
target =" _blank"
8
- class =" sponsor-placeholder"
21
+ rel =" noopener"
22
+ class =" sponsor-button"
9
23
>
10
- Your logo + link here
11
-
12
- <button type =" button" class =" sponsor-button mt-4" >
13
- Become a sponsor
14
- </button >
24
+ Become a premium sponsor
15
25
</a >
16
26
</template >
17
27
18
28
<style scoped>
19
- .sponsor-placeholder {
20
- @apply
21
- block
22
- border- 2
23
- border-dashed
24
- rounded
25
- py- 6
26
- text-center
27
- text-sm
28
- transition-colors
29
- text-zinc- 500
30
- border-zinc- 400
31
- hover :text-zinc-800
32
- hover:border-zinc-700;
33
- }
34
-
35
- html .dark .sponsor-placeholder {
36
- @apply
37
- border-zinc- 500
38
- text-zinc- 500
39
- hover :border-zinc-200
40
- hover:text-zinc-200;
41
- }
42
-
43
29
.sponsor-button {
44
30
@apply
31
+ block
32
+ w-fit
33
+ mx-auto
45
34
text-xs
46
35
rounded-full
36
+ transition-colors
47
37
bg-pink- 500
38
+ hover :bg-pink-600
48
39
text-white
49
- py- 1
40
+ mt-5
41
+ py-1.5
50
42
px-4;
51
43
}
52
44
</style >
Original file line number Diff line number Diff line change @@ -189,6 +189,11 @@ _tsx_ is recognized by both [Node.js](https://nodejs.org/en/learn/getting-starte
189
189
href="https://github.com/arktypeio/arktype/blob/1820e86e93e1ccaabda7f8de28fb7f04320d6fc8/package.json#L59 "
190
190
img-src="/logos/arktype.svg"
191
191
/>
192
+ <ImageLink
193
+ alt="Prisma"
194
+ href="https://github.com/prisma/prisma/blob/f19a3e28a37327eb0a5e45941c0e4abf3dbab136/package.json#L94 "
195
+ img-src="/logos/prisma.svg"
196
+ />
192
197
</div >
193
198
194
199
To find more examples of where & how _ tsx_ is used, [ search on GitHub] ( https://github.com/search?q=path%3Apackage.json+%22%5C%22tsx%5C%22%3A+%5C%22%22&type=code ) .
You can’t perform that action at this time.
0 commit comments