move build to cmd
This commit is contained in:
parent
1c6f8895e7
commit
734cf55122
|
@ -31,7 +31,7 @@ function SkylinkList({ items = [] }) {
|
||||||
>
|
>
|
||||||
{item.name || "— file name not available —"}
|
{item.name || "— file name not available —"}
|
||||||
</a>
|
</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)}
|
sia://{item.skylink.substr(0, 5)}…{item.skylink.substr(-5)}
|
||||||
</abbr>
|
</abbr>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in New Issue