chore: add missing arrow__graphic class to docs
This commit is contained in:
parent
42f7026b58
commit
a92e24b9d3
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ export const customArrow = () => {
|
||||||
}
|
}
|
||||||
_arrowTemplate() {
|
_arrowTemplate() {
|
||||||
return html`
|
return html`
|
||||||
<svg viewBox="0 0 20 8">
|
<svg viewBox="0 0 20 8" class="arrow__graphic">
|
||||||
<path d="M 0,0 h 20 L 10,8 z"></path>
|
<path d="M 0,0 h 20 L 10,8 z"></path>
|
||||||
</svg>
|
</svg>
|
||||||
`;
|
`;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue