chore: add .vercel to gitignore; clarify export button label
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e3afd9038c
commit
0af32ec983
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@ __pycache__/
|
|||
data/
|
||||
node_modules/
|
||||
.DS_Store
|
||||
.vercel
|
||||
|
|
|
|||
|
|
@ -597,7 +597,7 @@
|
|||
<button class="mode-toggle" onclick="document.body.classList.toggle('light')">
|
||||
◐ Toggle Light/Dark
|
||||
</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>
|
||||
</div>
|
||||
</header>
|
||||
|
|
|
|||
Loading…
Reference in a new issue