chore: add .vercel to gitignore; clarify export button label

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Kisa 2026-05-19 12:50:25 -04:00
parent e3afd9038c
commit 0af32ec983
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@ __pycache__/
data/ data/
node_modules/ node_modules/
.DS_Store .DS_Store
.vercel

View file

@ -597,7 +597,7 @@
<button class="mode-toggle" onclick="document.body.classList.toggle('light')"> <button class="mode-toggle" onclick="document.body.classList.toggle('light')">
◐ Toggle Light/Dark ◐ Toggle Light/Dark
</button> </button>
<button class="export-btn" onclick="exportWorkQueue()">↓ Export CSV</button> <button class="export-btn" id="export-btn" onclick="exportWorkQueue()">↓ Export Work Queue</button>
<a href="mailto:kisa@sttilsolutions.com" class="export-btn" style="text-decoration:none; background:#D97B35;">Request Access →</a> <a href="mailto:kisa@sttilsolutions.com" class="export-btn" style="text-decoration:none; background:#D97B35;">Request Access →</a>
</div> </div>
</header> </header>