mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-13 10:49:41 +00:00
Update ScriptItem.tsx (#3388)
This commit is contained in:
parent
24fbced030
commit
990e89e1b2
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ function ScriptItem({
|
|||
|
||||
)?.version || "No Version information found"
|
||||
}</p>
|
||||
<p className="text-l text-foreground">Latest changes:</p>
|
||||
<p className="text-l text-foreground">Latest Version changes(Pulled from newreleases.io):</p>
|
||||
<p className="text-l text-muted-foreground">
|
||||
{(() => {
|
||||
const matchedVersion = versions.find((v) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue