Update daprdocs/layouts/partials/version-banner.html

Signed-off-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
Mark Fussell 2023-02-08 15:26:36 -08:00 committed by GitHub
parent 35847f0c69
commit dacf460aea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@
{{ if .Params.is_preview }}
{{ $color := "primary" }}
<div class="pageinfo pageinfo-{{ $color }}">
<p>This is documentation about a preview version of Dapr features.</p>
<p>This is documentation on a preview feature.</p>
</div>
{{ end }}