Skip to content

Commit

Permalink
Update button
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorHarbo committed Aug 8, 2023
1 parent dd4e215 commit 0bea2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/src/components/searchResults/SearchResultExport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
expanded WARC.GZ export
</a>
<button v-if="configs.exportOptions.csvAllowed === 'true'" class="exportButton" @click="toggleCsvExportOptions()">
CSV export
CSV/JSON/JSONL export
</button>
<a v-if="configs.exportOptions.zipAllowed === 'true'" class="exportButton" :href="exportToZip()">
Zip content export
Expand All @@ -31,7 +31,7 @@


<div class="exportContent">
<h2>CSV EXPORT</h2>
<h2>CSV/JSON/JSONL EXPORT</h2>
<p>Select the fields of the posts in your search result, that you wish to have in the exported csv file.</p><br>
<p>
You can also rank them in the order that you wish to have them in, should you desire so. Simply hover over the item you wish to move
Expand Down

0 comments on commit 0bea2c4

Please sign in to comment.