Skip to content

Commit 6debf69

Browse files
committed
docs: Change banner text
1 parent 2a3dc4c commit 6debf69

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><strong>Big news:</strong> we're working full-time on sqlc. Read more <a href="https://sqlc.dev/posts/2023/07/06/working-on-sqlc-full-time">here</a>.</div>
6+
<div>We're now working full-time on sqlc. Read more <a href="https://sqlc.dev/posts/2023/07/06/working-on-sqlc-full-time">here</a>.</div>
77
</header>
88
{% endif %}
99
{{ super() }}

0 commit comments

Comments
 (0)