updated dependencies

This commit is contained in:
2024-08-16 14:34:39 +03:00
parent 2429d4acb5
commit a04e338ce2
20 changed files with 1224 additions and 891 deletions
+2 -2
View File
@@ -53,7 +53,7 @@
>
<Icon icon="file" width={fileSide} height={fileSide}/>
<span class="ms-2"
>.{record._file.path.split(".").pop()}</span
>.{record._file.path.split(".").pop().toLowerCase()}</span
>
</a>
{/if}
@@ -63,7 +63,7 @@
href="{channel.lucentUrl}/records/{record.id}"
title={record._file.path}
class="preview-file-filename lx-small-text text-decoration-none"
>{record._file.path}</a
>{record._file.path} </a
>
{/if}
</div>