We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fbced commit 990e89eCopy full SHA for 990e89e
frontend/src/app/scripts/_components/ScriptItem.tsx
@@ -102,7 +102,7 @@ function ScriptItem({
102
103
)?.version || "No Version information found"
104
}</p>
105
- <p className="text-l text-foreground">Latest changes:</p>
+ <p className="text-l text-foreground">Latest Version changes(Pulled from newreleases.io):</p>
106
<p className="text-l text-muted-foreground">
107
{(() => {
108
const matchedVersion = versions.find((v) =>
0 commit comments