Skip to content

Commit 7370598

Browse files
authored
docs: Update banner for sqlc-gen-typescript (#3036)
1 parent caaaacc commit 7370598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_templates/breadcrumbs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block breadcrumbs %}
44
{% if show_banner %}
55
<header id="banner">
6-
<div>Catch unsafe database schema changes <a href="https://sqlc.dev/posts/2023/11/21/sqlc-v1-24-0-verify-schema-changes">before they happen</a>.</div>
6+
<div>Introducing <a href="https://sqlc.dev/posts/2023/12/04/preview-typescript-support-with-sqlc-gen-typescript/">sqlc-gen-typescript</a>: Generate TypeScript from SQL.</div>
77
</header>
88
{% endif %}
99
{{ super() }}

0 commit comments

Comments
 (0)