Skip to content

Commit c848adc

Browse files
committed
update sidebar
1 parent 9257a80 commit c848adc

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

src/.vuepress/theme/components/Sidebar.vue

+18-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77
<img
88
id="ad"
99
style="border: 1px solid rgba(0,0,0,0.5);"
10-
src="https://raw.githubusercontent.com/lmiller1990/vue-testing-handbook/master/src/.vuepress/public/composition.png"
10+
src="https://raw.githubusercontent.com/lmiller1990/vue-testing-handbook/master/src/.vuepress/public/mini.png"
1111
alt='banner'
1212
/>
1313
</a>
1414
<br />
1515
<div class="info">
16-
<small>
16+
17+
<!-- <small>
1718
Get $10 off my new course,
1819
<a
1920
target="_blank"
@@ -24,7 +25,21 @@
2425
<em>{{ word }}&nbsp;</em>
2526
</a>with discount code <b>HANDBOOK</b> at the checkout. 🎉 .
2627
It's on both <a href="https://gumroad.com/l/vuejs-composition-api">Gumroad</a> and <a href="https://www.udemy.com/course/vuejs-3-the-composition-api/?referralCode=0C911BD2BD6C57007F36">Udemy</a>. Preview <a href="https://vimeo.com/showcase/8603383">it here.</a>
27-
</small>
28+
</small> -->
29+
30+
<small>
31+
Get $5 of my new book,
32+
<a href="https://lachlanmiller.gumroad.com/l/vuejs-design-patterns" target="_blank"><em>Design</em></a>
33+
<a href="https://lachlanmiller.gumroad.com/l/vuejs-design-patterns" target="_blank"><em>Patterns</em></a>
34+
<a href="https://lachlanmiller.gumroad.com/l/vuejs-design-patterns" target="_blank"><em>for</em></a>
35+
<a href="https://lachlanmiller.gumroad.com/l/vuejs-design-patterns" target="_blank"><em>Vue.js</em></a>
36+
<a href="https://lachlanmiller.gumroad.com/l/vuejs-design-patterns" target="_blank"><em>a test driven</em></a>
37+
<a href="https://lachlanmiller.gumroad.com/l/vuejs-design-patterns" target="_blank"><em>approach to</em></a>
38+
<a href="https://lachlanmiller.gumroad.com/l/vuejs-design-patterns" target="_blank"><em>maintainable</em></a>
39+
<a href="https://lachlanmiller.gumroad.com/l/vuejs-design-patterns" target="_blank"><em>applications</em>,</a>
40+
with <b>DESIGN_5_OFF</b> at the discount. 🎉
41+
</small>
42+
2843
</div>
2944

3045
<!-- https://vuejs-course.com/ -->

0 commit comments

Comments
 (0)