We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a377ca7 commit 05115bfCopy full SHA for 05115bf
1 file changed
apps/web/ui/layout/sidebar/dub-partners-popup.tsx
@@ -142,10 +142,9 @@ function DubPartnersPopupInner({
142
<div className="mt-4 grid w-full grid-cols-2 gap-2">
143
<Link
144
href={`/${slug}/guides`}
145
- target="_blank"
146
className="flex h-7 items-center justify-center whitespace-nowrap rounded-md bg-white/10 px-2.5 text-xs text-white transition-colors duration-150 hover:bg-white/15"
147
>
148
- Quickstart guide
+ Quickstart guides
149
</Link>
150
151
href={`/${slug}/program/new`}
0 commit comments