Skip to content

Commit

Permalink
Update app.html
Browse files Browse the repository at this point in the history
  • Loading branch information
WedoneOfficiel authored May 7, 2024
1 parent 7bbbfd7 commit 78a3b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wedone To Do List/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1>Wedone To Do List</h1>
<div class="export-import-container">
<button id="export">Exporter</button>
<button id="import">Importer</button>
<label for="import-file"><button style="display: none !important;"></button></label>
<label for="import-file"><button style="display: none"></button></label>
<input type="file" id="import-file" accept=".json" style="display: block;">
</div>
</div>
Expand Down

0 comments on commit 78a3b88

Please sign in to comment.