Move ads to separate template

This commit is contained in:
2021-05-25 11:43:16 +02:00
parent c3aea28ca0
commit c0045fa9d0
4 changed files with 148 additions and 103 deletions

View File

@@ -287,7 +287,7 @@ const node_click = (index) => {
on:click|preventDefault={() => {node_click(index)}}
>
<div>
<img src={file.icon} alt="file thumbnail" />
<img src={file.icon} alt="thumbnail" />
<span>{file.name}</span>
</div>
<div style="width: {tableColumns[1].width}">