@farberg/reveal-template 1.1.24 → 1.1.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farberg/reveal-template",
3
- "version": "1.1.24",
3
+ "version": "1.1.25",
4
4
  "homepage": "https://github.com/pfisterer/reveal-template",
5
5
  "description": "Reveal.js template for Dennis' lectures",
6
6
  "main": "index.js",
@@ -173,7 +173,7 @@ function buildOverlay(deck) {
173
173
  <div class="quick-nav-panel" role="dialog" aria-label="Quick slide navigation">
174
174
  <div class="quick-nav-header">
175
175
  <span class="quick-nav-title">Quick Nav</span>
176
- <input type="text" class="quick-nav-search" placeholder="Filter headings…" autocomplete="off" spellcheck="false" />
176
+ <input type="text" class="quick-nav-search" placeholder="Full-text search…" autocomplete="off" spellcheck="false" />
177
177
  <span class="quick-nav-count"></span>
178
178
  <button class="quick-nav-close" title="Close (Esc / q)">×</button>
179
179
  </div>