diff --git a/assets/img/logos/typescript.svg b/assets/img/logos/typescript.svg new file mode 100644 index 0000000000..b65a93a8d7 --- /dev/null +++ b/assets/img/logos/typescript.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/template/page-code-samples.html.jinja b/template/page-code-samples.html.jinja index ebab6a9b77..55c79a06d1 100644 --- a/template/page-code-samples.html.jinja +++ b/template/page-code-samples.html.jinja @@ -38,6 +38,7 @@ "py": "assets/img/logos/python.svg", "php": "assets/img/logos/php.svg", "http": "assets/img/logos/globe.svg", + "ts": "assets/img/logos/typescript.svg", } %}