Skip to content

Commit 111f684

Browse files
committed
Update Plus links in footer
1 parent fe28af4 commit 111f684

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

src/components/footer.tsx

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function FooterSitemap({ className }: { className?: string }) {
1616
</div>
1717
<div className="flex flex-1 flex-col gap-10">
1818
<div>
19-
<TailwindUI />
19+
<TailwindPlus />
2020
</div>
2121
<div>
2222
<Community />
@@ -33,7 +33,7 @@ export function FooterSitemap({ className }: { className?: string }) {
3333
<Learn />
3434
</div>
3535
<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 />
3737
</div>
3838
<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">
3939
<Resources />
@@ -98,25 +98,29 @@ function Learn() {
9898
);
9999
}
100100

101-
function TailwindUI() {
101+
function TailwindPlus() {
102102
return (
103103
<>
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>
105109
<ul className="mt-4 grid gap-4">
106110
<li>
107-
<Link href="https://tailwindui.com/components?ref=footer" className="hover:underline">
111+
<a href="/plus/ui-blocks?ref=footer" className="hover:underline">
108112
UI Blocks
109-
</Link>
113+
</a>
110114
</li>
111115
<li>
112-
<Link href="https://tailwindui.com/templates?ref=footer" className="hover:underline">
116+
<a href="/plus/templates?ref=footer" className="hover:underline">
113117
Templates
114-
</Link>
118+
</a>
115119
</li>
116120
<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">
118122
UI Kit
119-
</Link>
123+
</a>
120124
</li>
121125
</ul>
122126
</>

0 commit comments

Comments
 (0)