File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed
Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -413,12 +413,22 @@ export function DocsLayout({
413413 >
414414 < div className = "ml-auto flex flex-wrap flex-row justify-center lg:flex-col gap-2" >
415415 < div className = "bg-white/70 dark:bg-black/40 border-gray-500/20 shadow-xl divide-y divide-gray-500/20 flex flex-col border border-r-0 border-t-0 rounded-bl-lg" >
416- < Link
417- className = "uppercase font-black text-center p-2 opacity-60 hover:opacity-100 text-sm"
418- to = "/partners"
419- >
420- Partners
421- </ Link >
416+ < div className = "px-2 w-full flex gap-2 justify-between" >
417+ < Link
418+ className = "uppercase font-black text-center pt-2 pb-1 opacity-60 hover:opacity-100 text-xs"
419+ to = "/partners"
420+ >
421+ Partners
422+ </ Link >
423+ < a
424+ href = "https://docs.google.com/document/d/1Hg2MzY2TU6U3hFEZ3MLe2oEOM3JS4-eByti3kdJU3I8"
425+ target = "_blank"
426+ rel = "noopener noreferrer"
427+ className = "uppercase font-black text-center pt-2 pb-1 opacity-60 hover:opacity-100 text-xs block hover:underline"
428+ >
429+ Become a Partner
430+ </ a >
431+ </ div >
422432 < div
423433 className = "flex flex-wrap justify-center px-4 py-2
424434 gap-x-3
You can’t perform that action at this time.
0 commit comments