Skip to content

Commit 20cbb46

Browse files
Add link to the scanned results
1 parent ac99531 commit 20cbb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/apps/app store.tapp/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ async function loadApp(app, type) {
213213
<li><strong>Version:</strong> ${app.version || "1.0.0"}</li>
214214
<li><strong>Developer:</strong> ${app.developer || "Unknown"}</li>
215215
<li><strong>License:</strong> ${app.license || "N/A"}</li>
216-
<li><strong>Scanned:</strong> ${app.scanned || "N/A"}</li>
216+
<li><strong>Scanned:</strong> ${app.scanned ? `<a href="${app.scanned}" target="_blank" rel="noopener noreferrer" class="text-[#ffffff]">${new URL(app.scanned).hostname.replace(/^www\./, "")}</a>` : "N/A"}</li>
217217
<li><strong>Size:</strong> ${app.size || "N/A"}</li>
218218
<ul>
219219
<h2 class="font-black text-3xl mb-2">Requirements:</h2>

0 commit comments

Comments
 (0)