File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export function FooterSitemap({ className }: { className?: string }) {
16
16
</ div >
17
17
< div className = "flex flex-1 flex-col gap-10" >
18
18
< div >
19
- < TailwindUI />
19
+ < TailwindPlus />
20
20
</ div >
21
21
< div >
22
22
< Community />
@@ -33,7 +33,7 @@ export function FooterSitemap({ className }: { className?: string }) {
33
33
< Learn />
34
34
</ div >
35
35
< div className = "border-x border-b border-gray-950/5 py-10 pl-2 not-md:border-0 md:border-b-0 dark:border-white/10" >
36
- < TailwindUI />
36
+ < TailwindPlus />
37
37
</ div >
38
38
< div className = "border-x border-b border-gray-950/5 py-10 pl-2 not-md:border-0 sm:border-b-0 dark:border-white/10" >
39
39
< Resources />
@@ -98,25 +98,29 @@ function Learn() {
98
98
) ;
99
99
}
100
100
101
- function TailwindUI ( ) {
101
+ function TailwindPlus ( ) {
102
102
return (
103
103
< >
104
- < h3 className = "mb-2 font-semibold" > Tailwind UI</ h3 >
104
+ < h3 className = "mb-2 font-semibold" >
105
+ < a href = "/plus?ref=footer" className = "hover:underline" >
106
+ Tailwind Plus
107
+ </ a >
108
+ </ h3 >
105
109
< ul className = "mt-4 grid gap-4" >
106
110
< li >
107
- < Link href = "https://tailwindui.com/components ?ref=footer" className = "hover:underline" >
111
+ < a href = "/plus/ui-blocks ?ref=footer" className = "hover:underline" >
108
112
UI Blocks
109
- </ Link >
113
+ </ a >
110
114
</ li >
111
115
< li >
112
- < Link href = "https://tailwindui.com /templates?ref=footer" className = "hover:underline" >
116
+ < a href = "/plus /templates?ref=footer" className = "hover:underline" >
113
117
Templates
114
- </ Link >
118
+ </ a >
115
119
</ li >
116
120
< li >
117
- < Link href = "https://tailwindui.com/templates/catalyst ?ref=footer" className = "hover:underline" >
121
+ < a href = "/plus/ui-kit ?ref=footer" className = "hover:underline" >
118
122
UI Kit
119
- </ Link >
123
+ </ a >
120
124
</ li >
121
125
</ ul >
122
126
</ >
You can’t perform that action at this time.
0 commit comments