Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion layouts/partials/tabs/wrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</div>
{{ else }}
<!--<a href='/docs/latest/develop/connect/clients/{{ index $tab "quickstartSlug" }}/' tabindex="1" class="rounded rounded-mx px-3 py-1 text-white text-xs-->
<a href='/develop/connect/clients/{{ index $tab "quickstartSlug" }}/' tabindex="1" class="rounded rounded-mx px-3 py-1 text-white text-xs
<a href='{{ absURL (print "develop/connect/clients/" (index $tab "quickstartSlug")) }}/' tabindex="1" class="rounded rounded-mx px-3 py-1 text-white text-xs
hover:text-white hover:bg-slate-600 hover:border-transparent focus:outline-none
focus:ring-2 focus:white focus:border-slate-500" title="{{$btnQuickStartText}}">
{{ index $tab "title" }} {{ $btnQuickStartText }}
Expand Down