move build to cmd

This commit is contained in:
Karol Wypchlo 2021-02-20 16:51:03 +01:00
parent 1c6f8895e7
commit 734cf55122
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ function SkylinkList({ items = [] }) {
>
{item.name || "— file name not available —"}
</a>
<abbr className="text-xs text-gray-400 whitespace-nowrap" title={`sia://${item.skylink}`}>
<abbr className="text-xs text-gray-400 whitespace-nowrap ml-2" title={`sia://${item.skylink}`}>
sia://{item.skylink.substr(0, 5)}…{item.skylink.substr(-5)}
</abbr>
</div>