Skip to content
Snippets Groups Projects
Commit 7a9e6f5d authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Add an icon for the export button

parent d025e7c3
No related branches found
No related tags found
No related merge requests found
...@@ -155,7 +155,7 @@ class CorpusAnalysisConcordance { ...@@ -155,7 +155,7 @@ class CorpusAnalysisConcordance {
this.clearSubcorpusActions(); this.clearSubcorpusActions();
this.elements.subcorpusActions.innerHTML += ` this.elements.subcorpusActions.innerHTML += `
<a class="btn-floating btn-small tooltipped waves-effect waves-light corpus-analysis-action subcorpus-export-trigger" data-tooltip="Export subcorpus"> <a class="btn-floating btn-small tooltipped waves-effect waves-light corpus-analysis-action subcorpus-export-trigger" data-tooltip="Export subcorpus">
<i class="material-icons">export</i> <i class="material-icons">download</i>
</a> </a>
<a class="btn-floating btn-small red tooltipped waves-effect waves-light corpus-analysis-action subcorpus-delete-trigger" data-tooltip="Delete subcorpus"> <a class="btn-floating btn-small red tooltipped waves-effect waves-light corpus-analysis-action subcorpus-delete-trigger" data-tooltip="Delete subcorpus">
<i class="material-icons">delete</i> <i class="material-icons">delete</i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment