Skip to content

Commit c9898c2

Browse files
committed
Update description
1 parent 92fa75b commit c9898c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ <h3 class="font-bold text-gray-900 text-[14px] md:text-[15px] mb-3 border-b bord
273273

274274
<div class="max-w-lg w-full mb-5 md:mb-7 px-4 text-center">
275275
<h2 class="text-base md:text-lg font-bold text-gray-900 mb-2">A free toolkit for your Boox notebooks</h2>
276-
<p class="text-sm md:text-base text-gray-500 leading-relaxed">Shrink bloated .note files so they sync faster, preview your handwriting on any screen, export to PDF or SVG, and convert SVGs into .note format. Fully private &mdash; your files never leave your device.</p>
276+
<p class="text-sm md:text-base text-gray-500 leading-relaxed">Debloats .note files so you can sketch 5-10x more without lags. View and edit notes from the browser, or convert them to and from PDF and SVG. Fully private your files never leave your device.</p>
277277
</div>
278278

279279
<div class="w-full max-w-lg flex flex-col items-center cursor-pointer group" onclick="document.getElementById('fileInput').click()">

web/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = 'boox-optimizer-v50';
1+
const CACHE_NAME = 'boox-optimizer-v51';
22

33
const APP_SHELL = [
44
'./',

0 commit comments

Comments
 (0)