chore: add missing arrow__graphic class to docs

This commit is contained in:
jorenbroekema 2021-07-16 12:52:00 +02:00
parent 42f7026b58
commit a92e24b9d3

View file

@ -185,7 +185,7 @@ export const customArrow = () => {
}
_arrowTemplate() {
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>
</svg>
`;