File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,19 +33,19 @@ in different languages.
3333 ### Generate an SDK in your desired language
3434
3535 <CardGroup cols = { 3 } >
36- <Card title = " TypeScript" icon = { <img src = " ./images/icons/ts-light.svg" alt = " TypeScript logo" className = " h-10 w-10 " noZoom />} href = " /sdks/generators/typescript/quickstart" >
36+ <Card title = " TypeScript" icon = { <img src = " ./images/icons/ts-light.svg" alt = " TypeScript logo" className = " h-6 w-6 " noZoom />} href = " /sdks/generators/typescript/quickstart" >
3737 </Card >
38- <Card title = " Python" icon = { <img src = " ./images/icons/python-light.svg" />} href = " /sdks/generators/python/quickstart" >
38+ <Card title = " Python" icon = { <img src = " ./images/icons/python-light.svg" className = " h-6 w-6 " noZoom />} href = " /sdks/generators/python/quickstart" >
3939 </Card >
40- <Card title = " Go" icon = { <img src = " ./images/icons/go-light.svg" />} href = " /sdks/generators/go/quickstart" >
40+ <Card title = " Go" icon = { <img src = " ./images/icons/go-light.svg" className = " h-6 w-6 " noZoom />} href = " /sdks/generators/go/quickstart" >
4141 </Card >
42- <Card title = " Java" icon = { <img src = " ./images/icons/java-light.svg" />} href = " /sdks/generators/java/quickstart" >
42+ <Card title = " Java" icon = { <img src = " ./images/icons/java-light.svg" className = " h-6 w-6 " noZoom />} href = " /sdks/generators/java/quickstart" >
4343 </Card >
44- <Card title = " .NET" icon = { <img src = " ./images/icons/csharp-light.svg" />} href = " /sdks/generators/csharp/quickstart" >
44+ <Card title = " .NET" icon = { <img src = " ./images/icons/csharp-light.svg" className = " h-6 w-6 " noZoom />} href = " /sdks/generators/csharp/quickstart" >
4545 </Card >
46- <Card title = " PHP" icon = { <img src = " ./images/icons/php-light.svg" />} href = " /sdks/generators/php/quickstart" >
46+ <Card title = " PHP" icon = { <img src = " ./images/icons/php-light.svg" className = " h-6 w-6 " noZoom />} href = " /sdks/generators/php/quickstart" >
4747 </Card >
48- <Card title = " Ruby" icon = { <img src = " ./images/icons/ruby-light.svg" />} href = " /sdks/generators/php/quickstart" >
48+ <Card title = " Ruby" icon = { <img src = " ./images/icons/ruby-light.svg" className = " h-6 w-6 " noZoom />} href = " /sdks/generators/php/quickstart" >
4949 </Card >
5050 </CardGroup >
5151
You can’t perform that action at this time.
0 commit comments