Skip to content

Commit b43a568

Browse files
author
Benjamin Blonde
committed
Apply corrections to the .pug file #19
1 parent 672e9e0 commit b43a568

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/assets/pug/examples.pug

+2-2
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ html(lang="en")
239239
.tab#image-mask-html(data-toggle='pill')
240240
pre
241241
code.language-html
242-
= '<div class="blov-logo">\n'
243-
= ' <canvas id="canvas-basic"></canvas>\n'
242+
= '<div class="bloc-logo">\n'
243+
= ' <canvas id="logo-canvas"></canvas>\n'
244244
= ' <a href="index.html" class="logo-mask">Granim.js</a>\n'
245245
= '</div>'
246246

docs/examples.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ <h2>Gradients with an image mask</h2>
260260
</div>
261261
<div class="tab" id="image-mask-html" data-toggle="pill">
262262
<pre><code class="language-html">&lt;div class=&quot;bloc-logo&quot;&gt;
263-
&lt;canvas id=&quot;canvas-image-mask&quot;&gt;&lt;/canvas&gt;
263+
&lt;canvas id=&quot;logo-canvas&quot;&gt;&lt;/canvas&gt;
264264
&lt;a href=&quot;index.html&quot; class=&quot;logo-mask&quot;&gt;Granim.js&lt;/a&gt;
265265
&lt;/div&gt;</code></pre>
266266
</div>
@@ -459,4 +459,4 @@ <h2>Interactive Gradients</h2>
459459
ga('send', 'pageview');
460460
</script>
461461
</body>
462-
</html>
462+
</html>

0 commit comments

Comments
 (0)