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 7be2cbe commit 2b5e5fbCopy full SHA for 2b5e5fb
lark-ui/src/routes/admin/+page.svelte
@@ -1833,6 +1833,14 @@ function normalizeUrl(url: string | null): string | null {
1833
>
1834
💻 View Repository
1835
</a>
1836
+ <a
1837
+ href={`https://airlock.hackclub.com/?r=${selectedSubmission.repoUrl || selectedSubmission.project.repoUrl}`}
1838
+ target="_blank"
1839
+ rel="noreferrer"
1840
+ class="px-4 py-2 rounded-lg bg-orange-700 hover:bg-orange-600 border border-orange-500 text-white text-sm transition-colors"
1841
+ >
1842
+ Open in Airlock
1843
+ </a>
1844
{/if}
1845
{#if selectedSubmission.screenshotUrl || selectedSubmission.project.screenshotUrl}
1846
<a
0 commit comments