We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91de32a commit 4373f59Copy full SHA for 4373f59
1 file changed
.github/workflows/update-page.yml
@@ -34,7 +34,7 @@ jobs:
34
ext = os.path.splitext(file)[1].lower()
35
icon_map = {
36
('.fasta', '.fa', '.fna'): '<i class="fas fa-dna" title="FASTA file"></i>',
37
- ('.tsv', '.tab'): '<i class="fas fa-table" title="TSV file"></i>',
+ ('.tsv', '.tab', '.xlsx'): '<i class="fas fa-table" title="Tabular file"></i>',
38
('.py', '.js', '.css', '.html', '.json'): '<i class="fas fa-file-code" title="{} file"></i>',
39
('.jpg', '.jpeg', '.png', '.gif', '.svg'): '<i class="fas fa-file-image" title="{} file"></i>',
40
('.pdf', '.doc', '.docx', '.txt'): '<i class="fas fa-file-alt" title="{} file"></i>',
0 commit comments