mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-06-30 02:57:38 +00:00
Update script-item.tsx (#5549)
* Update script-item.tsx add space * Update script-item.tsx * Update script-item.tsx --------- Co-authored-by: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com>
This commit is contained in:
@ -61,6 +61,7 @@ function ScriptHeader({ item }: { item: Script }) {
|
|||||||
<div className="mt-1 flex items-center gap-3 text-sm text-muted-foreground">
|
<div className="mt-1 flex items-center gap-3 text-sm text-muted-foreground">
|
||||||
<span>
|
<span>
|
||||||
Added
|
Added
|
||||||
|
{" "}
|
||||||
{extractDate(item.date_created)}
|
{extractDate(item.date_created)}
|
||||||
</span>
|
</span>
|
||||||
<span>•</span>
|
<span>•</span>
|
||||||
|
Reference in New Issue
Block a user