update code block to reflect current state

This commit is contained in:
Tjark Müller 2023-06-06 17:31:58 +02:00
parent 4b80702b10
commit 1a0b9d55c1
1 changed files with 6 additions and 2 deletions

View File

@ -65,8 +65,12 @@ the viewbox of the SVG will interfere with the coordinate transformation.
<div class="flipFace front"></div>
<div class="flipFace back" style="visibility:hidden;"></div>
</div>
<svg class="flipButton backBtn" .../>
<svg class="flipButton infoBtn" .../>
<div class="flipButton backBtn" .../>
<svg .../>
</div>
<div class="flipButton infoBtn" .../>
<svg .../>
</div>
</div>
</template>
</code>