Skip to content

Commit 32a0001

Browse files
committed
Fix Partners link
1 parent 63d7996 commit 32a0001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/home/partners.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class="text-sm text-gray-600 2xl:text-base dark:text-zinc-400"
137137
</div>
138138

139139
<a
140-
href="/docs/getting-started/sponsoring"
140+
href="/partners"
141141
aria-label="Learn about sponsoring the NativePHP project"
142142
class="group flex w-full items-center justify-center gap-2.5 rounded-xl bg-white/50 px-6 py-2.5 transition duration-300 hover:bg-white/80 sm:w-auto dark:bg-[#d7ff83] dark:text-black dark:hover:bg-lime-300"
143143
>

0 commit comments

Comments
 (0)