Skip to content

Commit 382b8f6

Browse files
authored
Update popover.njk
1 parent 1e1682d commit 382b8f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/components/popover.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ toc:
103103
<li><code>onclick</code>: a simple function to update <code>aria-expanded</code>.</li>
104104
</ul>
105105
</dd>
106-
<dt><code class="highlight language-html">&lt;div popover class="popover" id="{ POPOVER_ID }"&gt;</code></dt>
107-
<dd>As with the <a href="/components/popover">Popover</a> component, you can set up the side and alignment of the popover using the <code>data-side</code> and <code>data-align</code> attributes.</dd>
106+
<dt><code class="highlight language-html">&lt;div data-popover class="popover" id="{ POPOVER_ID }"&gt;</code></dt>
107+
<dd>You can set up the side and alignment of the popover using the <code>data-side</code> and <code>data-align</code> attributes.</dd>
108108
</dl>
109109
</section>
110110

@@ -171,4 +171,4 @@ toc:
171171
</form>
172172
</div>
173173
{% endcall %}{% endraw %}{% endset %}
174-
{{ code_block(raw_code, "jinja") }}
174+
{{ code_block(raw_code, "jinja") }}

0 commit comments

Comments
 (0)