File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ <h3>Client<span class="selected"></span></h3>
2121 < div class ="option " aria-checked ="false " tabindex ="-1 " data-value ="r "> < span class ="symbol "> < img src ="/images/icons/r.svg " aria-hidden ="true "> </ span > < span class ="label "> R</ span > </ div >
2222 < div class ="option " aria-checked ="false " tabindex ="-1 " data-value ="rust "> < span class ="symbol "> < img src ="/images/icons/rust.svg " aria-hidden ="true "> </ span > < span class ="label "> Rust</ span > </ div >
2323 < div class ="option " aria-checked ="false " tabindex ="-1 " data-value ="odbc "> < span class ="symbol "> < img src ="/images/icons/odbc.svg " aria-hidden ="true "> </ span > < span class ="label "> ODBC</ span > </ div >
24+ < a class ="option " href ="{% link docs/stable/clients/overview.md %} " tabindex ="-1 "> < span class ="label "> …</ span > </ a >
2425 </ div >
2526 </ div >
2627
Original file line number Diff line number Diff line change @@ -114,6 +114,11 @@ body.installation{
114114 justify-content : flex-start ;
115115 gap : 8px ;
116116
117+ a .option {
118+ text-decoration : none ;
119+ color : inherit ;
120+ }
121+
117122 .option {
118123 border-radius : 10px ;
119124 border : 1px solid var (--interactive-folderbox-border-color , #E6E6E6 );
You can’t perform that action at this time.
0 commit comments