Skip to content

Commit 4373f59

Browse files
update
1 parent 91de32a commit 4373f59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
ext = os.path.splitext(file)[1].lower()
3535
icon_map = {
3636
('.fasta', '.fa', '.fna'): '<i class="fas fa-dna" title="FASTA file"></i>',
37-
('.tsv', '.tab'): '<i class="fas fa-table" title="TSV file"></i>',
37+
('.tsv', '.tab', '.xlsx'): '<i class="fas fa-table" title="Tabular file"></i>',
3838
('.py', '.js', '.css', '.html', '.json'): '<i class="fas fa-file-code" title="{} file"></i>',
3939
('.jpg', '.jpeg', '.png', '.gif', '.svg'): '<i class="fas fa-file-image" title="{} file"></i>',
4040
('.pdf', '.doc', '.docx', '.txt'): '<i class="fas fa-file-alt" title="{} file"></i>',

0 commit comments

Comments
 (0)