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 ac99531 commit 20cbb46Copy full SHA for 20cbb46
public/apps/app store.tapp/index.js
@@ -213,7 +213,7 @@ async function loadApp(app, type) {
213
<li><strong>Version:</strong> ${app.version || "1.0.0"}</li>
214
<li><strong>Developer:</strong> ${app.developer || "Unknown"}</li>
215
<li><strong>License:</strong> ${app.license || "N/A"}</li>
216
- <li><strong>Scanned:</strong> ${app.scanned || "N/A"}</li>
+ <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>
217
<li><strong>Size:</strong> ${app.size || "N/A"}</li>
218
<ul>
219
<h2 class="font-black text-3xl mb-2">Requirements:</h2>
0 commit comments