Website: update text on policy details page (#25989)

Changes:
- Added a missing colon to the text above checks on the policy details
page.
This commit is contained in:
Eric 2025-02-03 14:04:23 -06:00 committed by GitHub
parent 56b0f0bd61
commit b7dc3e0a6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@
</div>
<div purpose="policy-check">
<h3>Check</h3>
<p>Use the policy below to verify</p>
<p>Use the policy below to verify:</p>
<div purpose="codeblock">
<div purpose="codeblock-tabs" >
<a purpose="codeblock-tab" :class="[ selectedTab === 'sql' ? 'selected' : '']" @click="selectedTab = 'sql'">Query</a>